summaryrefslogtreecommitdiff
path: root/mail/mailman/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailman/patches/patch-ah')
-rw-r--r--mail/mailman/patches/patch-ah8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailman/patches/patch-ah b/mail/mailman/patches/patch-ah
index 8877b9fe25b..01333e752a5 100644
--- a/mail/mailman/patches/patch-ah
+++ b/mail/mailman/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.1 2004/09/06 04:12:46 lukem Exp $
+$NetBSD: patch-ah,v 1.2 2009/06/03 06:55:07 adam Exp $
---- Mailman/htmlformat.py.orig 2003-09-22 12:58:13.000000000 +1000
+--- Mailman/htmlformat.py.orig 2009-02-23 22:23:35.000000000 +0100
+++ Mailman/htmlformat.py
-@@ -599,13 +599,15 @@ class DefinitionList(Container):
+@@ -611,13 +611,15 @@ class DefinitionList(Container):
#
from mm_cfg import MAILMAN_URL
PYTHON_URL = 'http://www.python.org/'
@@ -20,7 +20,7 @@ $NetBSD: patch-ah,v 1.1 2004/09/06 04:12:46 lukem Exp $
def MailmanLogo():
-@@ -617,17 +619,17 @@ def MailmanLogo():
+@@ -629,17 +631,17 @@ def MailmanLogo():
'<br>version %s' % (logo(DELIVERED_BY), mm_cfg.VERSION)
pylink = '<img src="%s" alt="Python Powered" border=0>' % \
logo(PYTHON_POWERED)