From 51b812b1782fff5effad0529d2ddf6b771b8264e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 21 Jun 2007 15:17:23 +0000 Subject: [PATCH] Bei Template-Vorlagen per Default nicht vorne und hinten die Zeilen bereinigen -- ist zum Debuggen einfacher. --- SL/Form.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/Form.pm b/SL/Form.pm index 9bfb94554..9175a6428 100644 --- 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, -- 2.20.1