From 493c8dce7f9fbfdaf217060b9dc5998ba165bee3 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 2 May 2005 02:13:25 +0000 Subject: [PATCH] * (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn't very good. something about searching. --- includes/SpecialSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1