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(-)
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 17add81..bcca24c 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -86,7 +86,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 -- EW -- unsubscribe: meta+unsubscr...@public-inbox.org archive: http://public-inbox.org/meta/