From 481d991b5467752e18668ffd8c223d95593a489f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 25 Jan 2024 15:41:35 +0100 Subject: [PATCH] Fix typo --- .../system/template/plugin/IconFunctionTemplatePlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php index 1517e1eb92..a544e5916c 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/IconFunctionTemplatePlugin.class.php @@ -15,7 +15,7 @@ use wcf\util\JSON; * * Usage: * {icon name='bell'} - * {icon size=32 name='caret-down' type='solid} + * {icon size=32 name='caret-down' type='solid'} * * @author Alexander Ebert * @copyright 2001-2022 WoltLab GmbH -- 2.20.1