From 33d1c7ffcfdad9550f22a868ecc00dc2ff5ce8bb Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 24 Sep 2024 16:20:42 -0600 Subject: [PATCH] =?UTF-8?q?use=20plugin=E2=80=99s=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grav/templates/plugins.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/plugins.html.twig b/themes/grav/templates/plugins.html.twig index 1ee31868..468b02f7 100644 --- a/themes/grav/templates/plugins.html.twig +++ b/themes/grav/templates/plugins.html.twig @@ -68,7 +68,7 @@ {% endif %} -

{{ "PLUGIN_ADMIN.PLUGIN"|t }}: {{ plugin.name }}

+

{{ "PLUGIN_ADMIN.PLUGIN"|t }}: {{ plugin.name }}

{% endif %} {% endblock %}