X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b85ac7f3e50e124540f2b81594942d0f56a98a2a;hp=71ce8cce0070baa35e90db9a4b62015571c4170b;hb=80cdbbff8f7c6b6c341e367fc780d4982b1ee54e;hpb=c4770d9b88bb84708a170f0d21484b6ad5123f3f diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 71ce8cc..b85ac7f 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -576,20 +576,24 @@ sub welcome_message { my $name = $c->config->{name}; my $logo = $c->uri_for('/static/images/catalyst_logo.png'); my $prefix = Catalyst::Utils::appprefix( ref $c ); + $c->response->content_type('text/html; charset=utf-8'); return <<"EOF"; - + + + + $name on Catalyst $VERSION