fix some spacing
[lhc/web/wiklou.git] / includes / specials / SpecialSearch.php
index 823ecc9..8180963 100644 (file)
@@ -1132,7 +1132,7 @@ class SpecialSearch extends SpecialPage {
 
                $p = explode( ':', $term );
                if( count( $p ) > 1 ) {
-                       return $p[0]  == $allkeyword;
+                       return $p[0] == $allkeyword;
                }
                return false;
        }