Fixed bug causing different search actions on submit-by-return in IE and moz. Changed...
[lhc/web/wiklou.git] / includes / Skin.php
index 598181e..f817d61 100644 (file)
@@ -584,7 +584,7 @@ class Skin {
                  . "<input type=text name=\"search\" size=19 value=\""
                  . htmlspecialchars(substr($search,0,256)) . "\">\n"
                  . "<input type=submit name=\"go\" value=\"" . wfMsg ("go") . "\">&nbsp;"
-                 . "<input type=submit value=\"" . wfMsg ("search") . "\"></form>";
+                 . "<input type=submit name=\"fulltext\" value=\"" . wfMsg ("search") . "\"></form>";
 
                return $s;
        }