diff options
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 90f847b0b..8587741b7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -392,8 +392,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) { $action = url("search"); } - $output .= " <br /><input type=\"text\" size=\"50\" value=\"". check_form($keys) ."\" name=\"keys\" />"; - $output .= " <input type=\"submit\" value=\"". t("Search") ."\" />\n"; + $output .= " <br /><input type=\"text\" class=\"form-text\" size=\"50\" value=\"". check_form($keys) ."\" name=\"keys\" />"; + $output .= " <input type=\"submit\" class=\"form-submit\" value=\"". t("Search") ."\" />\n"; if ($options != 0) { $output .= "<br />"; |