* create and update

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-04-14 04:01:47 +00:00
parent 161041e2de
commit a1bd19abfd
+1 -1
View File
@@ -37,7 +37,7 @@
<td>
<fieldset>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<div class='content'><?php echo $bug->steps;?></div>
<div class='content'><?php echo str_replace('<p>[', '<p class="stepTitle">[', $bug->steps);?></div>
</fieldset>
<?php echo $this->fetch('file', 'printFiles', array('files' => $bug->files, 'fieldset' => 'true'));?>
<?php include '../../common/view/action.html.php';?>