about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-07-06 20:11:29 +0000
committerEric Wong <e@80x24.org>2015-07-06 20:11:40 +0000
commit3bcaf64163a549772df4e89cdff7522585abe962 (patch)
tree3c40cd4c83f587edb0903d2c509c17ffde21522c /lib/PublicInbox/Feed.pm
parent23a51954b6bc4d75fe8d157b60b07ffd24a2f4e1 (diff)
downloadpublic-inbox-3bcaf64163a549772df4e89cdff7522585abe962.tar.gz
Oops, noticed by manual inspection.  One day we'll run tidy in tests
to validate.
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
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 = "<hr />" . PRE_WRAP . "$footer</pre>";
         }
-        $html . "</pre>$footer</html>";
+        $html . "</pre>$footer</body></html>";
 }
 
 # private subs