X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPresenter.pm;h=ba24b8205b11f74672674af3b03035217da29c1a;hb=5ca41cde212c8c699f835f292849786091c921af;hp=36186c4ecb035cae164a0ffd3acd2ff5235535c6;hpb=3034fe61dd25acd1e5b0a9d4cfa4bccc2545731c;p=kivitendo-erp.git diff --git a/SL/Presenter.pm b/SL/Presenter.pm index 36186c4ec..ba24b8205 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::RequirementSpecItem; +use SL::Presenter::RequirementSpecTextBlock; 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};