From 57263b444d8255682e4260805dbfd8f3e09f8214 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 19 Aug 2014 17:35:19 +0800 Subject: [PATCH] * ajusted style of history. --- module/common/view/action.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "
"; }