about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-28 03:27:21 +0000
committerEric Wong <e@80x24.org>2014-04-28 07:29:15 +0000
commit7398e114957146e1366916590bc19c1e5e774998 (patch)
treebbd34da851170ac14353eaf02a4665b9fe4af543 /lib/PublicInbox/Feed.pm
parentebbd4ea1b468d80f7ddd446ed1e14961b62e8c03 (diff)
downloadpublic-inbox-7398e114957146e1366916590bc19c1e5e774998.tar.gz
This is more correct, although it costs us 4 bytes.
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};