diff --git a/includes/common.inc b/includes/common.inc index 90fe085599b..2f5df9e4861 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -715,8 +715,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) { $output .= ' '. t($name); } } - $output .= ''; } + $output .= ''; return form($output, 'post', $action); }