Skip to content

Commit

Permalink
Smilies are now rendered for Markdown format texts
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 8, 2004
1 parent 00067b0 commit 2b9011e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/weblib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ function format_text($text, $format=FORMAT_MOODLE, $options=NULL, $courseid=NULL
if (!isset($options->noclean)) { if (!isset($options->noclean)) {
$text = clean_text($text, $format); $text = clean_text($text, $format);
} }
replace_smilies($text);
$text = filter_text($text, $courseid); $text = filter_text($text, $courseid);
break; break;


Expand Down

0 comments on commit 2b9011e

Please sign in to comment.