WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/95d64446 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/95d64446 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/95d64446 Branch: refs/heads/wicket-7.x Commit: 95d64446ad3b074382456d55aafd960d867463fe Parents: 7eba999 522a1b5 Author: Carl-Eric Menzel <[email protected]> Authored: Sun Nov 27 17:38:21 2016 +0100 Committer: Carl-Eric Menzel <[email protected]> Committed: Sun Nov 27 17:38:21 2016 +0100 ---------------------------------------------------------------------- .../markup/resolver/AutoLinkResolver.java | 2 +- .../html/link/AutolinkPageExpectedResult_5.html | 9 +++++ .../wicket/markup/html/link/AutolinkPage_5.html | 9 +++++ .../wicket/markup/html/link/AutolinkPage_5.java | 36 +++++++++++++++++++ .../wicket/markup/html/link/AutolinkTest.java | 7 ++++ .../markup/html/link/subdir/apache-wicket.png | Bin 0 -> 210963 bytes 6 files changed, 62 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
