diff options
| author | bwarsaw | 2001-04-02 06:05:43 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-04-02 06:05:43 +0000 |
| commit | a8602a427e5e9cefd8f3b6d67a74886ad6f8c041 (patch) | |
| tree | 6ea303194efcc9e54aed107f7b9d23b97022dcfa /Mailman/Cgi/options.py | |
| parent | 9dad544ea48b187edaa4cfedd1141767f7f45f17 (diff) | |
| download | mailman-a8602a427e5e9cefd8f3b6d67a74886ad6f8c041.tar.gz mailman-a8602a427e5e9cefd8f3b6d67a74886ad6f8c041.tar.zst mailman-a8602a427e5e9cefd8f3b6d67a74886ad6f8c041.zip | |
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) |
