Skip to content

Commit

Permalink
added content type
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuo-danjou committed Jun 6, 2010
1 parent ef6edee commit 66d4c03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/OpenID4u/View/MT.pm
@@ -1,4 +1,9 @@
package OpenID4u::View::MT;
use Ark 'View::MT';

after 'process' => sub {
my ($self, $c) = @_;
$c->res->content_type('text/html; charset=utf-8');
};

1;

0 comments on commit 66d4c03

Please sign in to comment.