Remove whitespace left by template directives

This commit is contained in:
2022-07-17 21:16:42 -04:00
parent 30721efcf6
commit 0b1e8bea17

View File

@@ -133,6 +133,8 @@ sub get_template_html (\%@) {
EVAL_PERL => 1,
START_TAG => '<!--%',
END_TAG => '%-->',
PRE_CHOMP => 1,
POST_CHOMP => 1,
CONSTANTS => {
driver => $_[0]{driver},
user => $_[0]{user},