This commit is contained in:
fujia
2010-06-01 03:23:40 +00:00
parent 0d5e1110ee
commit 81eaa970ae
+1 -1
View File
@@ -148,7 +148,7 @@ $(function() {
<div id='titlebar'>
<div id='main'>
BUG #<?php echo $bug->id . $lang->colon;?>
<?php echo html::input('title', $bug->title, 'class=text-1');?>
<?php echo html::input('title', str_replace("'","&#039;",$bug->title), 'class=text-1');?>
</div>
<div><?php echo html::submitButton()?></div>
</div>