GWicke has uploaded a new change for review. Change subject: Don't include html entities in link tail ......................................................................
Don't include html entities in link tail The PHP parser does not accept html entities in link tail position either. These entities were not decoded, which caused them to show up as plain text. This was especially common when using the PHP preprocessor. No change in parser tests- need to add a test for this. Change-Id: I2e8a7d27c24e4df60d20c1069638286b295ea01b --- M js/lib/pegTokenizer.pegjs.txt 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/04/36204/1 -- To view, visit https://gerrit.wikimedia.org/r/36204 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2e8a7d27c24e4df60d20c1069638286b295ea01b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
