Protect MathML from Tidy
authorphysikerwelt <wiki@physikerwelt.de>
Thu, 14 Aug 2014 16:28:36 +0000 (12:28 -0400)
committerphysikerwelt <wiki@physikerwelt.de>
Fri, 22 Aug 2014 16:21:06 +0000 (12:21 -0400)
commit6a68fad159d557704bd645fa1aa44df17b453eed
tree0105fdfabb20b47a7346f696315ca162f0124a7e
parentd7d4f59724b9a7c0b466760c0870e5f71255569c
Protect MathML from Tidy

MediaWiki installations that use the setting
$wgUseTidy = true; are unable to output
MathML since the well defined MathML elements
are filtered out by Tidy. This was reported as
  http://sourceforge.net/p/tidy/patches/84/ .

This change hides MathML blocks from
Tidy.

Bug: 66516
Change-Id: Ib48b91238c3eddd6a86b62f6ce57801d7058f0d8
includes/parser/MWTidy.php
tests/parser/parserTests.txt
tests/phpunit/includes/parser/TidyTest.php