X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPresenter%2FMaterialComponents.pm;h=30123b7194cf63cbfce0302f1cadc6f481b9fdbc;hb=63f70f532aaae932e785055fd089d336549ba277;hp=7b2a737e3cd07d326bd2e95ab2ad954f0ab74ce2;hpb=ea869efe76963afb8f54b505fc7cac199e7a2248;p=kivitendo-erp.git diff --git a/SL/Presenter/MaterialComponents.pm b/SL/Presenter/MaterialComponents.pm index 7b2a737e3..30123b719 100644 --- a/SL/Presenter/MaterialComponents.pm +++ b/SL/Presenter/MaterialComponents.pm @@ -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') : '';