Skip to content

Commit

Permalink
🐛 var name
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Jan 7, 2020
1 parent 441f1d5 commit bbd7a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Kirby3 plugin to gain easyaccess to `simple-icons` in Kirbytext.
*
* @version 1.0.0
* @version 0.1.1
* @author Lucas Becker <runxel>
* @copyright Lucas Becker <runxel>
* @link https://github.com/runxel/kirby3-simpleicons
Expand Down
2 changes: 1 addition & 1 deletion tags/icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if HTML code is passed into Html::tag is must be wrappend in an array:
*/
$html = Html::tag('span', [$icon_svg], [
'class' => $icons
'class' => $cls
]);

return $html;
Expand Down

0 comments on commit bbd7a24

Please sign in to comment.