X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/db9ec33ad27c32416647a21d82217959aa34bf0f..ee74ea829d19e553d14e0f7bbdf9ee189cff3c36:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 0c532ce6e..875b726c1 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -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; }