Revision 51b812b1
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
582 | 582 |
$file = $self->_prepare_html_template($file, $additional_params); |
583 | 583 |
|
584 | 584 |
my $template = Template->new({ 'INTERPOLATE' => 0, |
585 |
'PRE_CHOMP' => Template::Constants::CHOMP_COLLAPSE, |
|
586 |
'POST_CHOMP' => Template::Constants::CHOMP_COLLAPSE, |
|
587 | 585 |
'EVAL_PERL' => 0, |
588 | 586 |
'ABSOLUTE' => 1, |
589 | 587 |
'CACHE_SIZE' => 0, |
Auch abrufbar als: Unified diff
Bei Template-Vorlagen per Default nicht vorne und hinten die Zeilen bereinigen -- ist zum Debuggen einfacher.