* fix bug#431.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-10 01:07:59 +00:00
parent 590353e4c5
commit 69b04a2b9a
+1 -1
View File
@@ -129,7 +129,7 @@ $(function(){
<div class='changes hidden' id='changeBox<?php echo $i;?>'>
<?php echo $this->action->printChanges($action->objectType, $action->history);?>
</div>
<?php if($action->comment) echo nl2br($action->comment);?>
<?php if($action->comment) echo strip_tags($action->comment) == $action->comment ? nl2br($action->comment) : $action->comment; ?>
<?php if(!empty($action->comment)) echo "</div>";?>
<?php endif;?>
</li>