diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 90fe08559..2f5df9e48 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -715,8 +715,8 @@ function search_form($action = NULL, $keys = NULL, $options = NULL) { $output .= ' <input type="checkbox" name="edit[type]['. $name .']" '. ($edit['type'][$name] ? ' checked="checked"' : '') .' /> '. t($name); } } - $output .= '</div>'; } + $output .= '</div>'; return form($output, 'post', $action); } |