diff --git a/index.php b/index.php index 7d4aae9..964ed84 100644 --- a/index.php +++ b/index.php @@ -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 * @copyright Lucas Becker * @link https://github.com/runxel/kirby3-simpleicons diff --git a/tags/icon.php b/tags/icon.php index 053f2c1..93170a3 100644 --- a/tags/icon.php +++ b/tags/icon.php @@ -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;