* fix the error in firefox.

This commit is contained in:
wangchunsheng
2010-08-03 06:50:38 +00:00
parent 202b9e95c3
commit 1a92f5b5db
+2 -2
View File
@@ -163,8 +163,8 @@ $(function() {
<table class='table-1 bd-none'>
<tr class='bd-none'><td class='bd-none'>
<fieldset>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<legend class='w-p90'><?php echo html::textarea('steps', $bug->steps, "rows='8' class='xhe'");?></legend>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<div class='w-p90'><?php echo html::textarea('steps', $bug->steps, "rows='8' class='xhe'");?></div>
</fieldset>
<fieldset>
<legend><?php echo $lang->bug->legendComment;?></legend>