Remove use of explodeMarkup
authorArlo Breault <abreault@wikimedia.org>
Thu, 28 Jan 2016 04:21:35 +0000 (20:21 -0800)
committerArlo Breault <abreault@wikimedia.org>
Fri, 29 Jan 2016 19:15:29 +0000 (11:15 -0800)
commit55313f4eaf363d70842c64d964c80796b6f6a761
tree467844b0ee7f3f39f503a7bffccef4e844082793
parent36a87a890291b651d332c510ed9ed791472e4f44
Remove use of explodeMarkup

 * At that point, element attributes are already escaped so it serves no
   purpose. Before `doTableStuff` is called, `Sanitizer::removeHTMLtags`
   has been invoked which calls `Sanitizer::fixTagAttributes` which
   calls `Sanitizer::safeEncodeTagAttributes` and finally gets down to
   `Sanitizer::safeEncodeAttribute`, with the goal of "extra armoring
   against further wiki processing."

Change-Id: Ieeb9b21148c2909eb839d13195d7d10012b48e3b
includes/parser/Parser.php
tests/parser/parserTests.txt