Fix bug 553: when a piped link contains a template parameter, it
authorWil Mahan <wmahan@users.mediawiki.org>
Fri, 1 Oct 2004 21:20:47 +0000 (21:20 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Fri, 1 Oct 2004 21:20:47 +0000 (21:20 +0000)
commit4f31d8313746d96c0373639d425718e5bf2fbf90
tree774693fd8c9bb658247cac86cd48004469cad3e8
parent0b2ff3f0bf7c024b489cb817782c7d53c67a5413
Fix bug 553: when a piped link contains a template parameter, it
sometimes confuses the table code, because '|' is also used
to delimit cell attributes. This change prevents doTableStuff()
from treating any text containing '[[' as attributes.
includes/Parser.php