From: Brion Vibber Date: Thu, 23 Dec 2004 07:47:17 +0000 (+0000) Subject: monkeys! monkeys bouncing around my BRAIN X-Git-Tag: 1.5.0alpha1~1045 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=bbfaa459f9349b6392db206ade1c3337439f8072;p=lhc%2Fweb%2Fwiklou.git monkeys! monkeys bouncing around my BRAIN --- diff --git a/includes/Parser.php b/includes/Parser.php index 911736d653..18e89d2bce 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2834,7 +2834,7 @@ class Parser putenv( 'TZ='.$oldtzs ); } - $text = preg_replace( '/~~~~~~/', $d, $text ); + $text = preg_replace( '/~~~~~/', $d, $text ); $text = preg_replace( '/~~~~/', '[[' . $wgContLang->getNsText( NS_USER ) . ":$n|$k]] $d", $text ); $text = preg_replace( '/~~~/', '[[' . $wgContLang->getNsText( NS_USER ) . ":$n|$k]]", $text );