Scripts and data used for generating ZhConversion.php
[lhc/web/wiklou.git] / includes / SearchEngine.php
index 930ab83..28424e2 100644 (file)
@@ -507,7 +507,7 @@ class SearchEngine {
                } else {
                        $editurl = ''; # ?? 
                }
-               $wgOut->addHTML( '<p>' . wfMsg('nogomatch', $editurl ) . "</p>\n" );
+               $wgOut->addHTML( '<p>' . wfMsg('nogomatch', $editurl, htmlspecialchars( $search ) ) . "</p>\n" );
 
                # Try a fuzzy title search
                $anyhit = false;