Subramanya Sastry has submitted this change and it was merged. 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(-) Approvals: Subramanya Sastry: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/36204 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2e8a7d27c24e4df60d20c1069638286b295ea01b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
