about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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