Bei Template-Vorlagen per Default nicht vorne und hinten die Zeilen bereinigen -...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 21 Jun 2007 15:17:23 +0000 (15:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 21 Jun 2007 15:17:23 +0000 (15:17 +0000)
SL/Form.pm

index 9bfb945..9175a64 100644 (file)
@@ -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,