From 69b04a2b9ad8930c7e4aa588c4f47e54a7d854c8 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 10 May 2013 01:07:59 +0000 Subject: [PATCH] * fix bug#431. --- module/common/view/action.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index a17c6a5aac..5d0faed96f 100644 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -129,7 +129,7 @@ $(function(){ - comment) echo nl2br($action->comment);?> + comment) echo strip_tags($action->comment) == $action->comment ? nl2br($action->comment) : $action->comment; ?> comment)) echo "";?>