Turned on global vars.

This commit is contained in:
JT Smith 2002-11-03 18:28:13 +00:00
parent a3e33e6113
commit 047e648bb3

View file

@ -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