fixed 1845:styling widget divs, thanks Paolo Caruccio

This commit is contained in:
mdipierro
2014-01-08 11:16:51 -06:00
parent 10e0ff71bf
commit 1caf7b5140
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2014.01.08.11.12.43
Version 2.8.2-stable+timestamp.2014.01.08.11.15.41

View File

@@ -361,7 +361,7 @@ class RadioWidget(OptionsWidget):
wrappers = dict(
table=(TABLE, TR, TD),
ul=(DIV, UL, LI),
divs=(CAT, DIV, DIV)
divs=(DIV, DIV, DIV)
)
parent, child, inner = wrappers[attributes.get('style', 'table')]
@@ -427,7 +427,7 @@ class CheckboxesWidget(OptionsWidget):
wrappers = dict(
table=(TABLE, TR, TD),
ul=(DIV, UL, LI),
divs=(CAT, DIV, DIV)
divs=(DIV, DIV, DIV)
)
parent, child, inner = wrappers[attributes.get('style', 'table')]