Skip to content

Commit

Permalink
Merged smiley/Markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 8, 2004
1 parent 65ee9c1 commit 7c3aa35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/weblib.php
Expand Up @@ -639,6 +639,7 @@ function format_text($text, $format=FORMAT_MOODLE, $options=NULL, $courseid=NULL
if (!isset($options->noclean)) {
$text = clean_text($text, $format);
}
replace_smilies($text);
$text = filter_text($text, $courseid);
break;

Expand Down

0 comments on commit 7c3aa35

Please sign in to comment.