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 37679ba commit de4d0a1
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 @@ -781,7 +781,7 @@ public static function icon($icon = 'default', $attribs = [], $iconPrefix = 'ico

if ($html !== false)
{
$attribs = trim(ArrayHelper::toString($attribs));
$attribs = trim(ArrayHelper::toString($attribs));
$icon = '<' . $elem . ' ' . $attribs . '>' . $children . '</' . $elem . '>';
}

Expand Down

0 comments on commit de4d0a1

Please sign in to comment.