* adjust the title assign method.

This commit is contained in:
wangchunsheng
2013-01-20 06:46:41 +00:00
parent 0e0887fb5a
commit 8ed6c922d1
2 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ js::set('page', 'create');
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->title;?></th>
<td><?php echo html::input('title', $title, "class='text-1'");?></td>
<td><?php echo html::input('title', $bugTitle, "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->steps;?></th>