about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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";