diff options
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index 1aa33a187..ad856d0e0 100644 --- a/Mailman/htmlformat.py +++ b/Mailman/htmlformat.py @@ -439,7 +439,9 @@ class VerticalSpacer: return output class RadioButtonArray: - def __init__(self, name, button_names, checked = None, horizontal=1): + def __init__(self, name, button_names, checked=None, horizontal=1): + # XXX: horizontal doesn't really work, and besides there's no good way + # to ask for this in the GetConfigOptions(). -baw self.button_names = button_names self.horizontal = horizontal self.name = name |
