diff options
| author | tkikuchi | 2007-03-01 02:49:20 +0000 |
|---|---|---|
| committer | tkikuchi | 2007-03-01 02:49:20 +0000 |
| commit | c08b190d0b31d09ef25a0e213b719ff337ac533c (patch) | |
| tree | e04020252b8d0ff1e2c75dd73adbad8c23c9d6f3 /Mailman/Cgi/Auth.py | |
| parent | 8f9ab154c34e72223b4622052db2017d117cb489 (diff) | |
| download | mailman-c08b190d0b31d09ef25a0e213b719ff337ac533c.tar.gz mailman-c08b190d0b31d09ef25a0e213b719ff337ac533c.tar.zst mailman-c08b190d0b31d09ef25a0e213b719ff337ac533c.zip | |
Diffstat (limited to 'Mailman/Cgi/Auth.py')
| -rw-r--r-- | Mailman/Cgi/Auth.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/Auth.py b/Mailman/Cgi/Auth.py index 03b61b1ce..37bb81b13 100644 --- a/Mailman/Cgi/Auth.py +++ b/Mailman/Cgi/Auth.py @@ -56,5 +56,5 @@ def loginpage(mlist, scriptname, msg='', frontpage=False): 'path' : actionurl, 'message' : msg, 'who' : who, - }, mlist=mlist) - print mlist.GetMailmanFooter() + }, mlist=mlist).encode(charset) + print mlist.GetMailmanFooter().encode(charset) |
