MDL-24523 markdown may contain html, we need to clean it too

This commit is contained in:
Petr Skoda
2010-10-22 12:10:43 +00:00
parent 6545e7d543
commit ecf7cfb58e
-1
View File
@@ -1695,7 +1695,6 @@ function clean_text($text, $format=FORMAT_MOODLE) {
switch ($format) {
case FORMAT_PLAIN:
case FORMAT_MARKDOWN:
return $text;
default: