diff options
| author | bwarsaw | 2000-02-26 00:05:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-02-26 00:05:15 +0000 |
| commit | ba288e3ffc091498d15d1e46baa11c1a679bf839 (patch) | |
| tree | 95fdf9e8593b1997cdc5ff0bbf7663d217bed646 /Mailman/htmlformat.py | |
| parent | b2972a0fcbd2db9c298a995e6f21e5954a7f57c8 (diff) | |
| download | mailman-ba288e3ffc091498d15d1e46baa11c1a679bf839.tar.gz mailman-ba288e3ffc091498d15d1e46baa11c1a679bf839.tar.zst mailman-ba288e3ffc091498d15d1e46baa11c1a679bf839.zip | |
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 |
