]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Template-Toolkit-Konfiguration: Mitgeben, dass Templates in UTF-8 encodiert sind
[mfinanz.git] / SL / Form.pm
index 0c532ce6ebcb3c12e67a8df6f49f11eb4ebb2d81..875b726c151cfcc1697f1b89ed28719a41fedf34 100644 (file)
@@ -673,6 +673,7 @@ sub init_template {
      'COMPILE_EXT'  => '.tcc',
      'COMPILE_DIR'  => $::lx_office_conf{paths}->{userspath} . '/templates-cache',
      'ERROR'        => 'templates/webpages/generic/exception.html',
+     'ENCODING'     => 'utf8',
   })) || die;
 }