diff --git a/blog/lib.php b/blog/lib.php index 1b5d3847424..a682782dcd1 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -220,7 +220,7 @@ echo '
'.$blogtype.'
'; // Print whole message - echo format_text($template['body']); + echo $template['body']; /// Print attachments echo $attachedimages;