diff options
Diffstat (limited to 'Mailman/Cgi/options.py')
| -rw-r--r-- | Mailman/Cgi/options.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py index 171569e62..0d08ca8f4 100644 --- a/Mailman/Cgi/options.py +++ b/Mailman/Cgi/options.py @@ -44,7 +44,7 @@ i18n.set_language(mm_cfg.DEFAULT_SERVER_LANGUAGE) def main(): - doc = HeadlessDocument() + doc = Document() doc.set_language(mm_cfg.DEFAULT_SERVER_LANGUAGE) parts = Utils.GetPathPieces() @@ -80,7 +80,7 @@ def main(): doc.AddItem(Header(2, _("Error"))) doc.AddItem(Bold(_('%(listname)s: No such member %(user)s.'))) doc.AddItem(mlist.GetMailmanFooter()) - print doc.Format() + print doc.Format(bgcolor='#ffffff') return # Find the case preserved email address (the one the user subscribed with) |
