diff --git a/includes/form.inc b/includes/form.inc index 02e54d1a383b..47ab93f13e98 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1430,7 +1430,7 @@ function theme_textfield($element) { function theme_form($element) { // Anonymous div to satisfy XHTML compliance. $action = $element['#action'] ? 'action="' . check_url($element['#action']) . '" ' : ''; - return '
\n"; + return '\n"; } /**