jqh 4 anni fa
parent
commit
893fbf232c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Actions/Action.php

+ 1 - 1
src/Actions/Action.php

@@ -247,7 +247,7 @@ HTML;
             $attributes['href'] = $href;
         }
 
-        $this->defaultHtmlAttribute('style', 'cursor: pointer');
+        $this->defaultHtmlAttribute('style', 'cursor: pointer;');
         $this->setHtmlAttribute($attributes);
     }