]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: finish HTML in per-message pages
authorEric Wong <e@80x24.org>
Tue, 15 Apr 2014 06:52:07 +0000 (06:52 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Apr 2014 06:52:07 +0000 (06:52 +0000)
lib/PublicInbox/View.pm

index 7c92cbab7aaf4398b2d5e2d8a4e6a812e655df92..2efbf1b54d771ad7ad48e0c0d32a75db99bc3816 100644 (file)
@@ -14,7 +14,7 @@ sub as_html {
 
        headers_to_html_header($mime) .
                multipart_text_as_html($mime, $full_pfx) .
-               '</pre>';
+               '</pre></body></html>';
 }
 
 sub as_feed_entry {