From: Aryeh Gregor Date: Fri, 15 May 2009 19:01:06 +0000 (+0000) Subject: Fix parsertests with $wgSectionContainers=true X-Git-Tag: 1.31.0-rc.0~41788 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=955e9ed2a9669bd02db98cc40f68e855bb4b239d;p=lhc%2Fweb%2Fwiklou.git Fix parsertests with $wgSectionContainers=true --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index b689fc1b5a..0aa55ef7fb 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -572,6 +572,7 @@ class ParserTest { 'wgEnforceHtmlIds' => true, 'wgExternalLinkTarget' => false, 'wgAlwaysUseTidy' => false, + 'wgSectionContainers' => false, ); if ($config) {