From dc960d2f894c28cfdba285c9771d634404ccbb69 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 7 Jan 2020 20:35:18 +0100 Subject: [PATCH] update --- index.php | 4 ++-- tags/icon.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: