about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 22070370..c2f7f448 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -82,7 +82,7 @@ sub generate_html_index {
         $th->thread;
         my @out = (
                 "<html><head><title>$title</title>" .
-                '<link rel=alternate title=Atom.feed href="' .
+                '<link rel="alternate" title="Atom feed" href="' .
                 $feed_opts->{atomurl} . '" type="application/atom+xml"/>' .
                 '</head><body><pre>');
         push @out, $feed_opts->{midurl};