about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtMsg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-04 02:18:08 +0000
committerEric Wong <e@80x24.org>2015-09-04 02:19:04 +0000
commit1b3a412fa3347d4bec2e030bc1a38bcd32f3a5df (patch)
tree22b3b78f6fdf2354e16ce2c4488959ddd68bcfb2 /lib/PublicInbox/ExtMsg.pm
parent559c6c88e81e40d65f68f97044c5a32a114dcbfc (diff)
downloadpublic-inbox-1b3a412fa3347d4bec2e030bc1a38bcd32f3a5df.tar.gz
Oops, browsers normally render this fine, though.
Diffstat (limited to 'lib/PublicInbox/ExtMsg.pm')
-rw-r--r--lib/PublicInbox/ExtMsg.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm
index 00903225..7cf696d4 100644
--- a/lib/PublicInbox/ExtMsg.pm
+++ b/lib/PublicInbox/ExtMsg.pm
@@ -101,6 +101,7 @@ sub ext_msg {
                         $s .= qq{<a\nhref="$r">$t</a>\n};
                 }
         }
+        $s .= '</pre></body></html>';
 
         [300, ['Content-Type'=>'text/html; charset=UTF-8'], [$s]];
 }