aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ComponentUI/Controller/Root.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ComponentUI/Controller/Root.pm b/lib/ComponentUI/Controller/Root.pm
index 9f57fa9..e0935d9 100644
--- a/lib/ComponentUI/Controller/Root.pm
+++ b/lib/ComponentUI/Controller/Root.pm
@@ -23,6 +23,11 @@ sub base :Chained('/') :PathPart('') :CaptureArgs(0) {
$self->push_viewport(SiteLayout,
title => 'ComponentUI test title',
static_base_uri => "${\$c->uri_for('/static')}",
+ meta_info => {
+ http_header => {
+ 'Content-Type' => 'text/html;charset=utf-8',
+ },
+ },
);
}