Forgot to pass through the charfix prevention flag.
This commit is contained in:
parent
3d8eb96fc4
commit
1f4472cff3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user