Fix CS double space in TitleValue return
authoraddshore <addshorewiki@gmail.com>
Mon, 14 Apr 2014 12:43:46 +0000 (13:43 +0100)
committeraddshore <addshorewiki@gmail.com>
Mon, 14 Apr 2014 12:43:46 +0000 (13:43 +0100)
Change-Id: Ib7eb2b070eea9f8b2df860b6d16f9c769be78cf7

includes/title/TitleValue.php

index 06e9058..7a865eb 100644 (file)
@@ -157,6 +157,6 @@ class TitleValue {
                        $name .= '#' . $this->fragment;
                }
 
-               return  $name;
+               return $name;
        }
 }