about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-20 19:15:18 +0000
committerEric Wong <e@80x24.org>2015-08-20 19:26:00 +0000
commit83c5f084189d538e3f7594f4c42826e8c0ad561d (patch)
treecf93a13dae7bbb9129078b0b4b887fd16b9bf9b0 /lib/PublicInbox/Feed.pm
parent0108acad0a48e88e189d8627f9c46f9290df4907 (diff)
downloadpublic-inbox-83c5f084189d538e3f7594f4c42826e8c0ad561d.tar.gz
Oops!
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 bbf50615..40f08ac7 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -63,7 +63,7 @@ sub generate_html_index {
 
         my $html = "<html><head><title>$title</title>" .
                 "<link\nrel=alternate\ntitle=\"Atom feed\"\n".
-                "href=\"$atom_url\"\"\ntype=\"application/atom+xml\"/>" .
+                "href=\"$atom_url\"\ntype=\"application/atom+xml\"/>" .
                 '</head><body>' . PublicInbox::View::PRE_WRAP .
                 "<b>$title</b> (<a\nhref=\"$atom_url\">Atom feed</a>)\n";