* code for task#1835.

This commit is contained in:
xia0ta0
2014-03-24 16:33:20 +08:00
parent 689c758bdb
commit 12dac1ce57
10 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
<tr class='bd-none'><td class='bd-none'>
<fieldset>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<?php echo html::textarea('steps', $bug->steps, "rows='12' class='area-1'");?>
<?php echo html::textarea('steps', htmlspecialchars($bug->steps), "rows='12' class='area-1'");?>
</fieldset>
<fieldset>
<legend><?php echo $lang->bug->legendComment;?></legend>