From 1adb205d2cf4e6c53ade88ff4dc9c3e42ee08d35 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 22 Apr 2016 10:13:16 -0700 Subject: White space left of Logout link is no longer part of the link. --- Mailman/Cgi/admindb.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Mailman/Cgi') diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py index af3f46d1..2cc348e6 100644 --- a/Mailman/Cgi/admindb.py +++ b/Mailman/Cgi/admindb.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -213,9 +213,10 @@ def main(): doc.AddItem(Link(admindburl, _('Click here to reload this page.'))) # Put 'Logout' link before the footer + doc.AddItem('\n
') doc.AddItem(Link('%s/logout' % admindburl, - '
%s
' % - _('Logout'))) + '%s' % _('Logout'))) + doc.AddItem('
\n') doc.AddItem(mlist.GetMailmanFooter()) print doc.Format() mlist.Save() -- cgit v1.2.3