]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter.pm
Template-Toolkit-Konfiguration: Mitgeben, dass Templates in UTF-8 encodiert sind
[mfinanz.git] / SL / Presenter.pm
index 36186c4ecb035cae164a0ffd3acd2ff5235535c6..23b8ad4728ec58c789f8436abb94c8eeabdcc487 100644 (file)
@@ -116,6 +116,7 @@ sub get_template {
                     COMPILE_EXT  => '.tcc',
                     COMPILE_DIR  => $::lx_office_conf{paths}->{userspath} . '/templates-cache',
                     ERROR        => 'templates/webpages/generic/exception.html',
+                    ENCODING     => 'utf8',
                   }) || croak;
 
   return $self->{template};