From d252138867d819c43503f1246447e694226944a4 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 10 Feb 2020 22:49:26 +0100 Subject: [PATCH] Display plugin.description as raw --- system/templates/admin.plugins.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/admin.plugins.html.twig b/system/templates/admin.plugins.html.twig index 4b854f70..cd266ef3 100644 --- a/system/templates/admin.plugins.html.twig +++ b/system/templates/admin.plugins.html.twig @@ -21,7 +21,7 @@ {% for plugin in plugins %} {{ plugin.name }}
- {{ plugin.description }} + {{ plugin.description|raw }} {{ plugin.version }} {{ plugin.author }}
@@ -49,4 +49,4 @@ $(function () { $('#tb_plugins').DataTable() }) - \ No newline at end of file +