- remove the empty line.

This commit is contained in:
wangchunsheng
2011-12-24 01:13:11 +00:00
parent 52cf625323
commit 794ea53e49
-1
View File
@@ -52,7 +52,6 @@ function switchChange(historyID,type)
<?php if(!empty($action->comment)) echo "<div class='history'>";?>
<div class='changes hidden' id='changeBox<?php echo $i;?>'>
<?php echo $this->action->printChanges($action->objectType, $action->history);?>
<?php if($action->comment) echo '<br />';?>
</div>
<?php if($action->comment) echo nl2br($action->comment);?>
<?php if(!empty($action->comment)) echo "</div>";?>