diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index 139778c128..a07677433e 100755 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -134,7 +134,7 @@ $(function(){ history)) echo "";?> comment) or !empty($action->history)):?> - comment)) echo "
";?> + comment)) echo "
";?>
action->printChanges($action->objectType, $action->history);?>
@@ -144,7 +144,7 @@ $(function(){ comment) { - echo "
"; + echo "
"; echo strip_tags($action->comment) == $action->comment ? nl2br($action->comment) : $action->comment; echo "
"; }