diff options
| author | klm | 1998-03-09 05:28:16 +0000 |
|---|---|---|
| committer | klm | 1998-03-09 05:28:16 +0000 |
| commit | 600ac514ff5bca584c6922d088d23d296149c719 (patch) | |
| tree | a37464026957a00bc6c87096a5f81cf4d9ca6b22 /modules/mm_html.py | |
| parent | 84d4ac0bc37572d9e5ef6a1a0a33225bc31f9e49 (diff) | |
| download | mailman-600ac514ff5bca584c6922d088d23d296149c719.tar.gz mailman-600ac514ff5bca584c6922d088d23d296149c719.tar.zst mailman-600ac514ff5bca584c6922d088d23d296149c719.zip | |
Diffstat (limited to 'modules/mm_html.py')
| -rw-r--r-- | modules/mm_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_html.py b/modules/mm_html.py index 322dbb631..623ba080f 100644 --- a/modules/mm_html.py +++ b/modules/mm_html.py @@ -47,7 +47,7 @@ class HTMLFormatter: num_concealed = len(self.digest_members) - len(people) else: people = filter(NotHidden, self.members) - num_concealed = len(self.digest_members) - len(people) + num_concealed = len(self.members) - len(people) if (num_concealed > 0): concealed = "<br><em>(%d private)</em><br>" % num_concealed else: |
