* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 2 May 2005 02:13:25 +0000 (02:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 2 May 2005 02:13:25 +0000 (02:13 +0000)
includes/SpecialSearch.php

index 2145c0b..d29f2e3 100644 (file)
@@ -113,7 +113,7 @@ class SpecialSearch {
                                $editurl = $t->escapeLocalURL( 'action=edit' );
                        }
                }
-               $wgOut->addWikiText( wfMsg('nogomatch', $term) );
+               $wgOut->addWikiText( wfMsg('nogomatch', ":$term" ) );
 
                return $this->showResults( $term );
        }