BUG#1269 - Fix section editing for articles with verbatim <h[1-6]> sections
authorJens Frank <jeluf@users.mediawiki.org>
Thu, 6 Jan 2005 00:13:49 +0000 (00:13 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Thu, 6 Jan 2005 00:13:49 +0000 (00:13 +0000)
commit922609f1042d521616b9f8314950b7432db50b47
tree3a7de08faba6ef057acea71155f2d51c02cbee7a
parentf97da0ca1ed636ea19e66f929db4033a41ecc76c
BUG#1269 - Fix section editing for articles with verbatim <h[1-6]> sections
There's a space added before the closing bracket during processing of HTML tags.
Changed the regexp to also match </h1 >
includes/Parser.php