Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -700,7 +700,6 @@ |
701 | 701 | $m = wfMsg( 'searchprofile-articles' ); |
702 | 702 | $tt = wfMsg( 'searchprofile-articles-tooltip', |
703 | 703 | $wgLang->commaList( SearchEngine::namespacesAsText( SearchEngine::defaultNamespaces() ) ) ); |
704 | | - $tt = Sanitizer::decodeCharReferences( $tt ); // need to allow entities |
705 | 704 | if( $this->active == 'default' ) { |
706 | 705 | $out .= Xml::element( 'strong', array( 'title'=>$tt ), $m ); |
707 | 706 | } else { |
— | — | @@ -720,7 +719,6 @@ |
721 | 720 | $m = wfMsg( 'searchprofile-project' ); |
722 | 721 | $tt = wfMsg( 'searchprofile-project-tooltip', |
723 | 722 | $wgLang->commaList( SearchEngine::namespacesAsText( SearchEngine::helpNamespaces() ) ) ); |
724 | | - $tt = Sanitizer::decodeCharReferences( $tt ); // need to allow entities |
725 | 723 | if( $this->active == 'help' ) { |
726 | 724 | $out .= Xml::element( 'strong', array( 'title'=>$tt ), $m ); |
727 | 725 | } else { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -139,7 +139,6 @@ |
140 | 140 | for it. |
141 | 141 | * (bug 17020) Adding fallback encodings for Traditional and Simplified Chinese |
142 | 142 | languages while the the text is typed as URLs. |
143 | | -* (bug 18535) Search tab tool-tops are corrupted |
144 | 143 | * (bug 17614) Prev / Next links not need on ImagePage file history if less than |
145 | 144 | limit |
146 | 145 | * (bug 18207) Strange spacing before [[irc:...]] links |