aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authorphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-04-07 14:51:05 +0000
committerphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-04-07 14:51:05 +0000
commit5194f50467869bdf2bc1a5a85e9896111f940acb (patch)
tree103164a0c6ba620ae6fd8203c6e924aee6364f9c /lib/ComponentUI
parent158404c5ec449f3ecc5a5f10379c22858e58a448 (diff)
downloadreaction-5194f50467869bdf2bc1a5a85e9896111f940acb.tar.gz
reaction-5194f50467869bdf2bc1a5a85e9896111f940acb.zip
also added meta_info/http_header example to componentui app
Diffstat (limited to 'lib/ComponentUI')
-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',
+ },
+ },
);
}