fixed 1845:styling widget divs, thanks Paolo Caruccio
This commit is contained in:
2
VERSION
2
VERSION
@@ -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
|
||||
|
||||
@@ -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')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user