aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/View/TT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CatDap/View/TT.pm')
-rw-r--r--lib/CatDap/View/TT.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatDap/View/TT.pm b/lib/CatDap/View/TT.pm
index f63d775..873b7e1 100644
--- a/lib/CatDap/View/TT.pm
+++ b/lib/CatDap/View/TT.pm
@@ -8,7 +8,7 @@ use base 'Catalyst::View::TT';
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
render_die => 1,
- WRAPPER => 'template/wrapper',
+ #WRAPPER => 'template/wrapper',
PRE_PROCESS => 'template/pre',
);