diff options
| -rw-r--r-- | Mailman/Cgi/listinfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py index c80831932..5f32187ca 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -122,8 +122,8 @@ def FormatListinfoOverview(error=None): % ((error and "right ") or "")) + '<p> List administrators, you can visit ', - Link(os.path.join('../' * Utils.GetNestingLevel(), - 'admin/'), "the list admin overview page"), + Link("%sadmin/" % ('../' * Utils.GetNestingLevel()), + "the list admin overview page"), " to find the management interface for your list." "<p>(Send questions or comments to ", Link("mailto:%s" % mm_cfg.MAILMAN_OWNER, |
