* finish task#1008.

This commit is contained in:
zhujinyong
2012-12-24 07:20:10 +00:00
parent d344752244
commit 78e5c03bdf
+1 -1
View File
@@ -30,7 +30,7 @@
<?php endif?>
<tr>
<td>
<?php echo html::textarea('fileContent', $fileContent, "class='w-p100'")?>
<?php echo html::textarea('fileContent', str_replace('&', '&amp;', $fileContent), "class='w-p100'")?>
</td>
</tr>
<tr>