Index: SpecialSearch.php =================================================================== --- SpecialSearch.php (revision 34098) +++ SpecialSearch.php (working copy) @@ -336,12 +336,12 @@ $off = $this->offset + 1; - $out .= "\n"; + $out .= "\n"; // convert the whole thing to desired language variant global $wgContLang; @@ -586,7 +586,7 @@ $name = wfMsg( 'blanknamespace' ); } $namespaces .= Xml::openElement( 'span', array( 'style' => 'white-space: nowrap' ) ) . - Xml::checkLabel( $name, "ns{$ns}", $name, in_array( $ns, $this->namespaces ) ) . + Xml::checkLabel( $name, "ns{$ns}", "powersearch-ns{$ns}", in_array( $ns, $this->namespaces ) ) . Xml::closeElement( 'span' ) . "\n"; }