From: Eric Wong Date: Mon, 6 Jul 2015 20:11:29 +0000 (+0000) Subject: feed: close body tag correctly in index X-Git-Tag: v1.0.0~1080 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3bcaf64163a549772df4e89cdff7522585abe962;p=public-inbox.git feed: close body tag correctly in index Oops, noticed by manual inspection. One day we'll run tidy in tests to validate. --- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 791d198a..dd991532 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -101,7 +101,7 @@ sub generate_html_index { $footer .= "\n" . $list_footer if $list_footer; $footer = "
" . PRE_WRAP . "$footer"; } - $html . "$footer"; + $html . "$footer"; } # private subs