aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi')
-rw-r--r--Mailman/Cgi/listinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py
index 909e401e..6872613e 100644
--- a/Mailman/Cgi/listinfo.py
+++ b/Mailman/Cgi/listinfo.py
@@ -228,7 +228,7 @@ def list_listinfo(mlist, lang):
"""<tr><td BGCOLOR="#dddddd">%s<br>%s</td><td>%s</td></tr>"""
% (pre_question, captcha_question, captcha_box))
else:
- captcha_idx = 0 # just to have something to include in the hash below
+ captcha_idx = "" # just to have something to include in the hash below
# fill form
replacements['<mm-subscribe-form-start>'] += (
'<input type="hidden" name="sub_form_token" value="%s:%s:%s">\n'