X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/234326791b1e8177eb475bffc5956d7086cfac4e..41811556ca2ca3ca29191bee012c35e5f40a3995:/nieuws.php diff --git a/nieuws.php b/nieuws.php index 15a0dfb..0dc8d7d 100644 --- a/nieuws.php +++ b/nieuws.php @@ -18,7 +18,7 @@ function shownews($input, $limit = 1000) '

%s %s

', $article->link, $article->title, $article->date ); - print $article->body; + print $article->story; print ''; print "\n\n";