From bbfaa459f9349b6392db206ade1c3337439f8072 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 23 Dec 2004 07:47:17 +0000 Subject: [PATCH] monkeys! monkeys bouncing around my BRAIN --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1