From: Tomas Doran Date: Wed, 11 May 2011 12:35:57 +0000 (+0100) Subject: And fix X-Git-Tag: 5.90003~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d455230c403e68cf4a364f3e0ac50c1749353e8e And fix --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f60af3e..5d0dcaa 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1866,6 +1866,7 @@ sub finalize_headers { $response->body( qq{

This item has moved here.

} ); + $response->content_type('text/html; charset=utf-8'); } }