Merge branch 'wip-mdl-28726-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -643,7 +643,7 @@ class page_wiki_comments extends page_wiki {
|
||||
$parsedcontent = wiki_parse_content('nwiki', $comment->content, $options);
|
||||
}
|
||||
|
||||
$cell4->text = html_entity_decode($parsedcontent['parsed_text']);
|
||||
$cell4->text = format_text(html_entity_decode($parsedcontent['parsed_text']), FORMAT_HTML);
|
||||
} else {
|
||||
$cell4->text = format_text($comment->content, FORMAT_HTML);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user