summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-02-05 16:25:54 +0000
committerbwarsaw2002-02-05 16:25:54 +0000
commitd8d4c4378a3d72c23d7358ab5d8c0929c6ef180c (patch)
tree012b50147e9dd72963f9c934909c7349e1d31719
parent24599b342f19e509e4d4aad6eefc8c1d699cdf58 (diff)
downloadmailman-d8d4c4378a3d72c23d7358ab5d8c0929c6ef180c.tar.gz
mailman-d8d4c4378a3d72c23d7358ab5d8c0929c6ef180c.tar.zst
mailman-d8d4c4378a3d72c23d7358ab5d8c0929c6ef180c.zip
-rw-r--r--Mailman/HTMLFormatter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index b048c3dcf..882a71146 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001,2002 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
@@ -377,7 +377,7 @@ class HTMLFormatter:
'<mm-owner>' : self.GetAdminEmail(),
'<mm-reminder>' : self.FormatReminder(self.preferred_language),
'<mm-host>' : self.host_name,
- '<mm-list-langs>' : self.GetLangSelectBox().Format(),
+ '<mm-list-langs>' : self.GetLangSelectBox(lang).Format(),
}
def GetAllReplacements(self, lang=None):