Forgot to pass through the charfix prevention flag.

This commit is contained in:
Chris 2011-10-31 13:57:43 +00:00
parent 3d8eb96fc4
commit 1f4472cff3

View File

@ -285,7 +285,7 @@ sub load_template {
close(TEMPLATE);
# Do variable substitution
$self -> process_template(\$lines, $varmap);
$self -> process_template(\$lines, $varmap, 1);
return $lines;
} else {