* [PATCH] feed: fix extra, unnecessary quote
@ 2015-08-20 19:15 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-08-20 19:15 UTC (permalink / raw)
To: meta
Oops!
---
lib/PublicInbox/Feed.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index bbf5061..40f08ac 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";
--
EW
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-20 19:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 19:15 [PATCH] feed: fix extra, unnecessary quote Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).