MDL-24523 markdown may contain html, we need to clean it too
This commit is contained in:
@@ -1695,7 +1695,6 @@ function clean_text($text, $format=FORMAT_MOODLE) {
|
||||
|
||||
switch ($format) {
|
||||
case FORMAT_PLAIN:
|
||||
case FORMAT_MARKDOWN:
|
||||
return $text;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user