From 63caa0bfcbd065b192b97ca36b98d695671f90ce Mon Sep 17 00:00:00 2001 From: mailman Date: Wed, 8 Apr 1998 04:45:49 +0000 Subject: Set document backgrounds (of error docs as well as primary) to white. --- cgi/admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi') diff --git a/cgi/admin b/cgi/admin index a9397cb6f..45d15a787 100755 --- a/cgi/admin +++ b/cgi/admin @@ -39,7 +39,7 @@ def main(): if len(list_info) < 1: doc.AddItem(Header(2, "Invalid options to CGI script.")) - print doc.Format() + print doc.Format(bgcolor="#ffffff") sys.exit(0) list_name = string.lower(list_info[0]) @@ -49,7 +49,7 @@ def main(): try: if not (list and list._ready): doc.AddItem(Header(3, "%s: No such list" % list_name)) - print doc.Format() + print doc.Format(bgcolor="#ffffff") sys.exit(0) if len(list_info) == 1: -- cgit v1.2.3-70-g09d2