X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3034fe61dd25acd1e5b0a9d4cfa4bccc2545731c..c1569bc195865fa5c25c6945bbad78c872fa2046:/SL/Presenter.pm diff --git a/SL/Presenter.pm b/SL/Presenter.pm index 36186c4ec..67b37df5c 100644 --- a/SL/Presenter.pm +++ b/SL/Presenter.pm @@ -15,6 +15,8 @@ use SL::Presenter::Order; use SL::Presenter::Part; use SL::Presenter::Project; use SL::Presenter::Record; +use SL::Presenter::RequirementSpec; +use SL::Presenter::RequirementSpecItem; use SL::Presenter::SepaExport; use SL::Presenter::Text; use SL::Presenter::Tag; @@ -116,6 +118,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};