From: Eric Wong Date: Mon, 28 Apr 2014 03:27:21 +0000 (+0000) Subject: feed: pedantically quote HTML attributes X-Git-Tag: v1.0.0~1192 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7398e114957146e1366916590bc19c1e5e774998;p=public-inbox.git feed: pedantically quote HTML attributes This is more correct, although it costs us 4 bytes. --- 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 = ( "$title" . - '' . '
');
 	push @out, $feed_opts->{midurl};