]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Presenter/MaterialComponents.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / Presenter / MaterialComponents.pm
index 7b2a737e3cd07d326bd2e95ab2ad954f0ab74ce2..30123b7194cf63cbfce0302f1cadc6f481b9fdbc 100644 (file)
@@ -212,7 +212,7 @@ sub input_tag {
 
   _set_id_attribute(\%attributes, $attributes{name});
 
-  my $class = delete %attributes{class};
+  my $class = delete $attributes{class};
   my $icon  = $attributes{icon}
     ? icon(delete $attributes{icon}, class => 'prefix')
     : '';