MDL-18129 blog_print_entry() - avoid double format_text()

This commit is contained in:
stronk7
2009-02-04 16:39:27 +00:00
parent 552ae7276f
commit d6546599dd
+1 -1
View File
@@ -220,7 +220,7 @@
echo '<div class="audience">'.$blogtype.'</div>';
// Print whole message
echo format_text($template['body']);
echo $template['body'];
/// Print attachments
echo $attachedimages;