Remove whitespace left by template directives

This commit is contained in:
Roan Horning 2022-07-17 21:16:42 -04:00
parent 30721efcf6
commit 0b1e8bea17
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

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