From: Brion Vibber Date: Mon, 2 May 2005 02:13:25 +0000 (+0000) Subject: * (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn... X-Git-Tag: 1.5.0alpha1~32 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=493c8dce7f9fbfdaf217060b9dc5998ba165bee3;p=lhc%2Fweb%2Fwiklou.git * (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn't very good. something about searching. --- diff --git a/includes/SpecialSearch.php b/includes/SpecialSearch.php index 2145c0bab2..d29f2e30a8 100644 --- a/includes/SpecialSearch.php +++ b/includes/SpecialSearch.php @@ -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 ); }