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 "";?>