projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8921c
)
Bei Template-Vorlagen per Default nicht vorne und hinten die Zeilen bereinigen -...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Jun 2007 15:17:23 +0000
(15:17 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 21 Jun 2007 15:17:23 +0000
(15:17 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
9bfb945
..
9175a64
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-582,8
+582,6
@@
sub parse_html_template2 {
$file = $self->_prepare_html_template($file, $additional_params);
my $template = Template->new({ 'INTERPOLATE' => 0,
- 'PRE_CHOMP' => Template::Constants::CHOMP_COLLAPSE,
- 'POST_CHOMP' => Template::Constants::CHOMP_COLLAPSE,
'EVAL_PERL' => 0,
'ABSOLUTE' => 1,
'CACHE_SIZE' => 0,