* Typo in last commit
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 7 Dec 2005 12:54:37 +0000 (12:54 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 7 Dec 2005 12:54:37 +0000 (12:54 +0000)
includes/SpecialVersion.php

index 5f5873b..31e16de 100644 (file)
@@ -182,7 +182,7 @@ class SpecialVersion {
         * @static
         */
        function IPInfo() {
-               $ip =  str_replace( '--', '-', htmlspecialchars( wfGetIP() ) );
+               $ip =  str_replace( '--', ' - ', htmlspecialchars( wfGetIP() ) );
                return "<!-- visited from $ip -->\n";
        }