X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/234326791b1e8177eb475bffc5956d7086cfac4e..022d44c8ddf33f855e6ed33cae6ad9ae103e074d:/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";