]> Sergey Matveev's repositories - public-inbox.git/commitdiff
feed: close body tag correctly in index
authorEric Wong <e@80x24.org>
Mon, 6 Jul 2015 20:11:29 +0000 (20:11 +0000)
committerEric Wong <e@80x24.org>
Mon, 6 Jul 2015 20:11:40 +0000 (20:11 +0000)
Oops, noticed by manual inspection.  One day we'll run tidy in tests
to validate.

lib/PublicInbox/Feed.pm

index 791d198aecbb3e67bfd68df11da65cdc591225ae..dd9915324af33995205bb6509cb80dd08df75ff2 100644 (file)
@@ -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