summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Cgi/handle_opts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/handle_opts.py b/Mailman/Cgi/handle_opts.py
index 226b66611..524bd720e 100644
--- a/Mailman/Cgi/handle_opts.py
+++ b/Mailman/Cgi/handle_opts.py
@@ -160,7 +160,7 @@ exactly what happened to provoke this error.<p>'''
l.real_name)
return link
all_links = filter(None, Utils.map_maillists(optionslinks))
- items = htmlformat.UnorderedList()
+ items = htmlformat.OrderedList()
for i in all_links:
items.AddItem(i)
doc.AddItem(items)