fix collapsing problem with templates (templates would be expanded and
authorErik Moeller <erik@users.mediawiki.org>
Wed, 12 May 2004 22:01:25 +0000 (22:01 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Wed, 12 May 2004 22:01:25 +0000 (22:01 +0000)
commitac44b370651f38c87a23aec4183d25612d17175a
tree171fd22faf813ca82b49b8c246466e8f4175a4f9
parent8668542abb66589761b0e0df303e2e500a0f19e3
fix collapsing problem with templates (templates would be expanded and
formatted first and thus cause a duplicate TOC, the internal parser now has
an isMain parameter to specify whether it is called from the main article
text, or from a template.
includes/Article.php
includes/Parser.php