From: Tim Starling Date: Sat, 25 Sep 2004 14:32:19 +0000 (+0000) Subject: Second parameter to wfMsg(nogomatch) X-Git-Tag: 1.5.0alpha1~1797 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=620e1b82983f632bc87dcce7b8a812986261119a;p=lhc%2Fweb%2Fwiklou.git Second parameter to wfMsg(nogomatch) --- diff --git a/includes/SearchEngine.php b/includes/SearchEngine.php index 930ab83160..28424e21c4 100644 --- a/includes/SearchEngine.php +++ b/includes/SearchEngine.php @@ -507,7 +507,7 @@ class SearchEngine { } else { $editurl = ''; # ?? } - $wgOut->addHTML( '

' . wfMsg('nogomatch', $editurl ) . "

\n" ); + $wgOut->addHTML( '

' . wfMsg('nogomatch', $editurl, htmlspecialchars( $search ) ) . "

\n" ); # Try a fuzzy title search $anyhit = false;