From 0c5481cc9d888b7031d3f50e71996bfb80ac6644 Mon Sep 17 00:00:00 2001 From: devjin Date: Tue, 21 Feb 2012 05:15:36 +0000 Subject: [PATCH] issue 1106 fixed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10151 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/content/content.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 65b7d3bf0..b8d009bd5 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -253,7 +253,7 @@ } $oSecurity = new Security($content_items); - $oSecurity->encodeHTML('..variables.title', '..variables.content', '..variables.user_name', '..variables.nick_name'); + $oSecurity->encodeHTML('..variables.content', '..variables.user_name', '..variables.nick_name'); return $content_items; }