]> Sergey Matveev's repositories - public-inbox.git/commitdiff
feed: fix extra, unnecessary quote
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 19:15:18 +0000 (19:15 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 19:26:00 +0000 (19:26 +0000)
Oops!

lib/PublicInbox/Feed.pm

index bbf5061563aad162d6a6bfceb58286d64da2f729..40f08ac7237e3a2d5970f927e65000ea49285cdc 100644 (file)
@@ -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";