X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3034fe61dd25acd1e5b0a9d4cfa4bccc2545731c..14b824ae47b746673eb94885b0c972fd5a84a62a:/SL/Presenter.pm diff --git a/SL/Presenter.pm b/SL/Presenter.pm index 36186c4ec..23b8ad472 100644 --- a/SL/Presenter.pm +++ b/SL/Presenter.pm @@ -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};