diff --git a/bl-themes/pure/php/home.php b/bl-themes/pure/php/home.php index 798dd0e8..13e1f1bb 100644 --- a/bl-themes/pure/php/home.php +++ b/bl-themes/pure/php/home.php @@ -43,7 +43,7 @@ } // Call the method with FALSE to get the first part of the post - echo $Post->content(false) + echo $Post->content(false); ?> diff --git a/bl-themes/pure/php/post.php b/bl-themes/pure/php/post.php index a349651f..314785cb 100644 --- a/bl-themes/pure/php/post.php +++ b/bl-themes/pure/php/post.php @@ -41,7 +41,7 @@ } // Call the method with FALSE to get the first part of the post - echo $Post->content(false) + echo $Post->content(); ?>