diff --git a/lib/WebGUI/Template.pm b/lib/WebGUI/Template.pm index 48ee08601..ffde8ae0c 100644 --- a/lib/WebGUI/Template.pm +++ b/lib/WebGUI/Template.pm @@ -80,6 +80,7 @@ sub process { $html = $_[0]; $t = HTML::Template->new( scalarref=>\$html, + global_vars=>1, loop_context_vars=>1, die_on_bad_params=>0, strict=>0