Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Jul 11, 2021
1 parent 469c957 commit 893fbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ protected function setUpHtmlAttributes()
$attributes['href'] = $href;
}

$this->defaultHtmlAttribute('style', 'cursor: pointer');
$this->defaultHtmlAttribute('style', 'cursor: pointer;');
$this->setHtmlAttribute($attributes);
}

Expand Down

0 comments on commit 893fbf2

Please sign in to comment.