From: Ævar Arnfjörð Bjarmason Date: Wed, 7 Dec 2005 12:54:37 +0000 (+0000) Subject: * Typo in last commit X-Git-Tag: 1.6.0~997 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=b74c5a3e4f6b2e51743bdc5bf53303ba23f5bd32;p=lhc%2Fweb%2Fwiklou.git * Typo in last commit --- diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 5f5873bf3d..31e16dee80 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -182,7 +182,7 @@ class SpecialVersion { * @static */ function IPInfo() { - $ip = str_replace( '--', '-', htmlspecialchars( wfGetIP() ) ); + $ip = str_replace( '--', ' - ', htmlspecialchars( wfGetIP() ) ); return "\n"; }