diff --git a/index.php b/index.php index 964ed84..d4eed82 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ * @copyright Lucas Becker * @link https://github.com/runxel/kirby3-simpleicons diff --git a/tags/icon.php b/tags/icon.php index 93170a3..d3b71b6 100644 --- a/tags/icon.php +++ b/tags/icon.php @@ -13,7 +13,7 @@ $cls = $tag->class; $icon_string = 'vendor/simple-icons/simple-icons/icons/' . $brand . '.svg'; - $icon_svg = file_get_contents($icon_string) + $icon_svg = file_get_contents($icon_string); /* https://getkirby.com/docs/reference/tools/html/tag if HTML code is passed into Html::tag is must be wrappend in an array: