Skip to content

Commit

Permalink
Update libraries/src/HTML/HTMLHelper.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
hans2103 and richard67 committed Sep 28, 2020
1 parent 67495f6 commit 37679ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/HTML/HTMLHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public static function icon($icon = 'default', $attribs = [], $iconPrefix = 'ico
$attribs['aria-hidden'] = 'true';
}

$attribs['class'] = $iconPrefix . $icon;
$attribs['class'] = $iconPrefix . $icon;

if ($html !== false)
{
Expand Down

0 comments on commit 37679ba

Please sign in to comment.