Skip to content

Commit

Permalink
MDL-21769 fixed input validation
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 7, 2010
1 parent 38b6976 commit 63c7303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/journal/edit.html
Expand Up @@ -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
Expand Down

0 comments on commit 63c7303

Please sign in to comment.