Commit graph

3 commits

Author SHA1 Message Date
Karsten Hoffmeyer 2ba1d20fcd Use LIBXML_NOEMPTYTAG to avoid creating self-closing <a> tag
Browsers just treat the self-closed <a> tag as only the open
tag, so anything after the map would become linked.

tidy normally cleans this up, but other wikis without it, or
those using RemexHtml would see this issue.

Fix suggested by Phabricator user Porplemontage

Bug: T136855
Change-Id: I3b00e1a9cbb096afebe37614a79548f64d561e3b
2017-10-16 19:29:28 -07:00
Timo Tijhof d61d75b184 Add version hash to ImageMap desc image
Improves cache performance.

Bug: T102578
Change-Id: If11168fa90096154c8b889ee218579ac2c75233b
2016-03-03 18:12:30 +00:00
Antoine Musso cd635484c9 Introduce a basic parser tests
This change introduce parser tests support for the extension with a
single dummy test case.  That will make it easier to add more tests
later on.

Change-Id: I757f13a3799b771931de8933eb7eabeb3b4b8f8d
2014-06-03 16:00:06 +02:00