about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-05 19:56:20 +0000
committerEric Wong <e@80x24.org>2014-05-05 19:56:43 +0000
commitc713a96907b8e8c36327a34fc19d8c464b9985d8 (patch)
tree26f0737e103dcf1cc3b1339dd05accbf836c0c55 /lib
parentf7b3ce0b37b5b5d1e6899258154fb2e6907ae2de (diff)
downloadpublic-inbox-c713a96907b8e8c36327a34fc19d8c464b9985d8.tar.gz
Oops, this was an oversight.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/WWW.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm
index f0704336..95f80007 100644
--- a/lib/PublicInbox/WWW.pm
+++ b/lib/PublicInbox/WWW.pm
@@ -181,7 +181,7 @@ sub get_full_html {
         require PublicInbox::View;
         require Email::MIME;
         my $foot = footer($ctx);
-        [ 200, [ 'Content-Type' => 'text/html' ],
+        [ 200, [ 'Content-Type' => 'text/html; charset=UTF-8' ],
           [ PublicInbox::View->msg_html(Email::MIME->new($x), undef, $foot)] ];
 }