Fix two parser bugs: bug 41 and bug 529. For the former, I replaced
authorWil Mahan <wmahan@users.mediawiki.org>
Sat, 25 Sep 2004 05:16:38 +0000 (05:16 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Sat, 25 Sep 2004 05:16:38 +0000 (05:16 +0000)
commit90d2ccd96a4919ebaf6e8ebb3b4d0099230abd05
treee736c010f8a5a799729ceecf3e0dd51ebbda5d14
parentada3997051147a70a3ad864c6897381e2b427b10
Fix two parser bugs: bug 41 and bug 529. For the former, I replaced
a broken check for '{{{' in braceSubstitution(). For the latter,
I undid part of JeLuF's fix to bug 523 and changed
braceSubstitution() to add a newline '{|', '#', '*', ';', or ':'
come at the beginning of a template and a newline isn't already
present. Also, minor cleanups to the template section code.
includes/Parser.php