From 936613de6316d8010803c30846796f3396a9faac Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 4 Dec 2010 21:07:41 -0500 Subject: [PATCH] [#615 state:resolved] Fixed a bug which caused plugin descriptions to be escaped in the system information listing screen. --- tmpl/cms/list_plugin.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/cms/list_plugin.tmpl b/tmpl/cms/list_plugin.tmpl index 8ff757bcc..87ac7b1c8 100644 --- a/tmpl/cms/list_plugin.tmpl +++ b/tmpl/cms/list_plugin.tmpl @@ -150,7 +150,7 @@ <$mt:var name="plugin_name" escape="html"$> <$mt:var name="plugin_version" escape="html"$> - <$mt:var name="plugin_desc" escape="html"$> + <$mt:var name="plugin_desc"$>