]> git.mjollnir.org Git - moodle.git/commitdiff
Merged smiley/Markdown fixes
authormoodler <moodler>
Wed, 8 Sep 2004 16:18:45 +0000 (16:18 +0000)
committermoodler <moodler>
Wed, 8 Sep 2004 16:18:45 +0000 (16:18 +0000)
lib/weblib.php

index 3e171f08629b2eab91b288bb074492dbc6331860..08558ef38f7c175505e5c190454c1dd865ede191 100644 (file)
@@ -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;