From: Siebrand Mazeland Date: Wed, 20 Nov 2013 16:21:31 +0000 (+0100) Subject: Replace deprecated with X-Git-Tag: 1.31.0-rc.0~17995^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=40577be3dd72fd9ce3b76da8054404aff8a3baaa;p=lhc%2Fweb%2Fwiklou.git Replace deprecated with Change-Id: I4d80b2eff87c9ddaa4439c83aea21c73fca0d68c --- diff --git a/includes/debug/Debug.php b/includes/debug/Debug.php index acd0724815..d0f8916830 100644 --- a/includes/debug/Debug.php +++ b/includes/debug/Debug.php @@ -470,7 +470,7 @@ class MWDebug { } else { $ret .= str_repeat( "
  • \n", $diff ); } - $ret .= "$display\n"; + $ret .= "$display\n"; $curIdent = $ident; }