improve admin_index-information part 2/2

This commit is contained in:
BNoiZe
2013-11-17 19:30:09 +01:00
parent 7e383fcc10
commit 00375949b5
8 changed files with 473 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ if ($action == "newsfeed") {
$link = (string)$item->link;
$content = preg_replace("/[\r\n]+/", "", strip_tags($item->description));
echo "<div class=\"newsitem\"><a href=\"" . $link . "\" target=\"_blank\"><b>" . $title . "</b>" . $content . "</a></div>";
echo "<div class=\"newsitem\"><a href=\"" . $link . "\" target=\"_blank\"><b>" . $title . "</b><br />" . $content . "</a></div>";
}
} else {
echo "";