X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FLxLatex.pm;h=fbbd53c2d3e7e4c4edcdad6b3e84a8dbf2590346;hb=d63219afc3d4864857c80cd06e3cb5ed3a5ba8bd;hp=6a539bdb42b6755bf9753e4d1aea5a72d9827f49;hpb=1b9d0f70b5e58c510ed2ab4337eb0f6512d779ca;p=kivitendo-erp.git diff --git a/SL/Template/Plugin/LxLatex.pm b/SL/Template/Plugin/LxLatex.pm index 6a539bdb4..fbbd53c2d 100644 --- a/SL/Template/Plugin/LxLatex.pm +++ b/SL/Template/Plugin/LxLatex.pm @@ -1,7 +1,7 @@ package SL::Template::Plugin::LxLatex; use strict; -use parent qw( Template::Plugin ); +use parent qw( Template::Plugin::Filter ); my $cached_instance; @@ -14,7 +14,7 @@ sub new { sub init { my $self = shift; - $self->install_filter($self->{ _ARGS }->[0] || 'T8'); + $self->install_filter($self->{ _ARGS }->[0] || 'LxLatex'); return $self; }