From: Gabriel Wicke Date: Fri, 16 Apr 2004 00:05:44 +0000 (+0000) Subject: use class for center-replacement divs X-Git-Tag: 1.3.0beta1~407 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=274686b7924a07954a1bfaef1c3b85526977c95b;p=lhc%2Fweb%2Fwiklou.git use class for center-replacement divs --- diff --git a/includes/Parser.php b/includes/Parser.php index 6761647024..3243016360 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -96,7 +96,7 @@ class Parser $fixtags = array( "/
/i" => '
', "/
/i" => '
', - "/
/i"=>'
', + "/
/i"=>'
', "/<\\/center *>/i" => '
', # Clean up spare ampersands; note that we probably ought to be # more careful about named entities.