KiviLatex-Plugin: HTML-zu-LaTeX-Wandlung aus SL::Template::LaTeX verwenden
[kivitendo-erp.git] / SL / Template / Plugin / T8.pm
index ca62e86..aff4401 100644 (file)
@@ -6,7 +6,7 @@ use parent qw( Template::Plugin::Filter );
 my $cached_instance;
 
 sub new {
-  my ($class) = shift;
+  my $class = shift;
 
   return $cached_instance ||= $class->SUPER::new(@_);
 }