diff options
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index cc5d8d867..483e55a93 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -372,7 +372,7 @@ TOC_entry_template = '''\ <A href="%(archive)s/author.html">[ Author ]</a> <A href="%(archive)s/date.html">[ Date ]</a> </td> - <td><A href="%(archive)s.txt">[ Text ]</a></td> + <td><A href="%(archive)s.txt.gz">[ Text ]</a></td> </tr> ''' |
