diff options
| author | klm | 1998-04-07 15:00:22 +0000 |
|---|---|---|
| committer | klm | 1998-04-07 15:00:22 +0000 |
| commit | 2430e227f307ee29c27c289c3fddeeea96813d6f (patch) | |
| tree | 71b9c7c7d642fd1e51b86425a93fb51e193922f9 | |
| parent | acb8beec9a9df31e789623af1f5aec97c5d1943d (diff) | |
| download | mailman-2430e227f307ee29c27c289c3fddeeea96813d6f.tar.gz mailman-2430e227f307ee29c27c289c3fddeeea96813d6f.tar.zst mailman-2430e227f307ee29c27c289c3fddeeea96813d6f.zip | |
| -rwxr-xr-x | cgi/admin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ def main(): line) FormatConfiguration(doc, list, category, category_suffix) - print doc.Format() + print doc.Format(bgcolor="#ffffff") finally: list.Unlock() |
