X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/db9ec33ad27c32416647a21d82217959aa34bf0f..8bf1fc96aa2da3aa3fa957b78e943d9969484cd2:/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; }