From fa1a0765b9c08c710b63c2da0450c9735c09283c Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 15 Sep 2008 06:03:17 +0000 Subject: [PATCH] #181831 by Rob Loach. Backport of #130630 by chx: provide an id on the form item wrapper div. --- includes/form.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index aff13abd841e..02046aafcb1a 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1538,7 +1538,11 @@ function theme_file($element) { * A string representing the form element. */ function theme_form_element($element, $value) { - $output = '
'."\n"; + $output = '
*' : ''; if (!empty($element['#title'])) {