summaryrefslogtreecommitdiff
path: root/includes/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/news.php')
-rw-r--r--includes/news.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/news.php b/includes/news.php
index 791e3c4..21e7f27 100644
--- a/includes/news.php
+++ b/includes/news.php
@@ -11,6 +11,7 @@ function printNews($num='all') {
$content .= $buffer;
if (preg_match('/<\/div>/',$buffer)) {
$count++;
+ $content .= "<br>";
}
if ($count == $num && $num != 'all') {
$content .= '<div class="read-more"><a class="more" href="/news-feed.php">More News >></a></div>';