diff options
author | Jozef Kutej <jozef@kutej.net> | 2008-12-01 23:52:13 +0100 |
---|---|---|
committer | Jozef Kutej <jozef@kutej.net> | 2008-12-01 23:52:13 +0100 |
commit | b143b0264817e999c40601b32a81901cc7a8ff72 (patch) | |
tree | 32b1002cb49593c16caf245f6892983025aa038b /lib/PAUSE/OpenID/Controller/Root.pm | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-b143b0264817e999c40601b32a81901cc7a8ff72.tar.gz Simple-OpenID-b143b0264817e999c40601b32a81901cc7a8ff72.tar.bz2 Simple-OpenID-b143b0264817e999c40601b32a81901cc7a8ff72.zip |
page not found content type
Diffstat (limited to 'lib/PAUSE/OpenID/Controller/Root.pm')
-rw-r--r-- | lib/PAUSE/OpenID/Controller/Root.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PAUSE/OpenID/Controller/Root.pm b/lib/PAUSE/OpenID/Controller/Root.pm index cfbc608..e2b918b 100644 --- a/lib/PAUSE/OpenID/Controller/Root.pm +++ b/lib/PAUSE/OpenID/Controller/Root.pm @@ -62,6 +62,7 @@ sub error :Local { sub default :Path { my ( $self, $c ) = @_; + $c->response->content_type('text/plain'); $c->response->body( 'Page not found' ); $c->response->status(404); |