diff options
| -rw-r--r-- | Mailman/HyperArch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/HyperArch.py b/Mailman/HyperArch.py index 11a6611b0..ca85897d3 100644 --- a/Mailman/HyperArch.py +++ b/Mailman/HyperArch.py @@ -152,7 +152,7 @@ class Article(pipermail.Article): d["prev"] = d["prev_wsubj"] = "" if self.next: - d["next"] = '<LI> Next message: <A HREF="%s"></A></li>' % \ + d["next"] = '<LINK REL="Next" HREF="%s">' % \ (html_quote(self.next.filename)) d["next_wsubj"] = '<LI> Next message: <A HREF="%s">%s</A></li>' % \ (url_quote(self.next.filename), html_quote(self.next.subject)) |
