From 8baa1261ed69021d152541a64cdea8b46722d031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 23 Nov 2007 12:02:38 +0000 Subject: #194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing --- includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 994045dfa..a374963fb 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1921,7 +1921,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
". $element['#children'] ."\n
\n"; + return '
\n
". $element['#children'] ."\n
\n"; } /** -- cgit v1.2.3