Skip to content

Commit

Permalink
Update libraries/src/HTML/Helpers/Icons.php
Browse files Browse the repository at this point in the history
Co-authored-by: Quy <quy@fluxbb.org>
  • Loading branch information
hans2103 and Quy committed Oct 21, 2020
1 parent 7b15551 commit 247e055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/HTML/Helpers/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function icon($icon = 'default', $srOnly = null, $attribs = [])
{
if (isset($attribs['class']))
{
$icon = $icon . ' ' . $attribs['class'];
$icon .= ' ' . $attribs['class'];
}

$attribs['class'] = $icon;
Expand Down

0 comments on commit 247e055

Please sign in to comment.