Remove what seems to be an accidentally checked-in testing line:
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 09:57:12 +0000 (09:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 09:57:12 +0000 (09:57 +0000)
commit16514740cffd676a12457fa6b3ac2f0127fadc05
treebecd644639c200264b8fa14e9b28ab3c8c34322c
parent1eb24800146a8bfd287d22a0a4aa50d94d10ba9a
Remove what seems to be an accidentally checked-in testing line:
'/([^> ]+(&#x30(1|3|9);)[^< ]*)/i' => '<span class="diacrit">\\1</span>',
(Originally added by gwicke in revision 1.197)

With very long 'words' this regexp is super slow, and causes timeouts:
Bug 183: timeout in Parser.php with Tidy
http://bugzilla.wikipedia.org/show_bug.cgi?id=183
includes/Parser.php