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 ++++--- NEWS | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) 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() diff --git a/NEWS b/NEWS index 260413e5..63cab408 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,11 @@ Here is a history of user visible changes to Mailman. role as the reson for an automatically rejected non-member post. (LP: #1572330) + Bug fixes and other patches + + - The white space to the left of the admindb Logout link is no longer + part of the link. (LP: #1573623) + 2.1.22 (17-Apr-2016) i18n -- cgit v1.2.3