diff options
| author | klm | 1998-10-17 22:01:22 +0000 |
|---|---|---|
| committer | klm | 1998-10-17 22:01:22 +0000 |
| commit | f206a4fd496b70c93202e30b7b4241f034483e69 (patch) | |
| tree | 747779cdf69532af4592fb8165f20fceda195560 /Mailman/HTMLFormatter.py | |
| parent | 9ae46a7c0fe973b6abcd7bdc13dcdb2f4127a9b4 (diff) | |
| download | mailman-f206a4fd496b70c93202e30b7b4241f034483e69.tar.gz mailman-f206a4fd496b70c93202e30b7b4241f034483e69.tar.zst mailman-f206a4fd496b70c93202e30b7b4241f034483e69.zip | |
Diffstat (limited to 'Mailman/HTMLFormatter.py')
| -rw-r--r-- | Mailman/HTMLFormatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 7564252be..d81cc68dc 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -154,7 +154,7 @@ class HTMLFormatter: return ("(Note - you are subscribing to a list of maillists, so" " the %s notice will be sent to the admin address" " for your membership, %s.)<p>" - % self.GetMemberAdminEmail(name)) + % (type, self.GetMemberAdminEmail(user))) else: return "" |
