about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtMsg.pm
diff options
context:
space:
mode:
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]];
 }