From 4bd256a20fb949cd0d802d2c5ccee9374e2c87a8 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 3 Oct 2006 00:17:52 +0000 Subject: #85166: div around radios (checkboxes) and tweak margins --- includes/form.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 3f0a117b1..686a88b69 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -943,6 +943,7 @@ function theme_radio($element) { * A themed HTML string representing the radio button set. */ function theme_radios($element) { + $element['#children'] = '
'. $element['#children'] .'
'; if ($element['#title'] || $element['#description']) { unset($element['#id']); return theme('form_element', $element, $element['#children']); -- cgit v1.2.3