From 3bcaf64163a549772df4e89cdff7522585abe962 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 6 Jul 2015 20:11:29 +0000 Subject: feed: close body tag correctly in index Oops, noticed by manual inspection. One day we'll run tidy in tests to validate. --- lib/PublicInbox/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') 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 -- cgit v1.2.3-24-ge0c7