Merge branch 'wip-mdl-28726-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE

This commit is contained in:
Aparup Banerjee
2011-09-20 10:20:38 +08:00
+1 -1
View File
@@ -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);
}