MDL-21769 fixed input validation

This commit is contained in:
Petr Skoda
2010-03-07 15:36:20 +00:00
parent 38b6976505
commit 63c7303150
+1 -1
View File
@@ -15,7 +15,7 @@
?>
</td></tr>
<tr><td align="center">
<?php print_textarea($usehtmleditor, 20, 60, 630, 400, "text", $entry->text); ?>
<?php print_textarea($usehtmleditor, 20, 60, 630, 400, "text", clean_text($entry->text, $entry->format)); ?>
</td></tr>
<tr><td align="center">
<?php