MDL-18129 blog_print_entry() - avoid double format_text()
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user