X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/022d44c8ddf33f855e6ed33cae6ad9ae103e074d..b3aec6cf1cd18493d44cf68d88c8f55b6a417f9c:/nieuws/feed/index.php diff --git a/nieuws/feed/index.php b/nieuws/feed/index.php index 72c2207..00fa7ea 100644 --- a/nieuws/feed/index.php +++ b/nieuws/feed/index.php @@ -1,5 +1,4 @@ '; $siteref = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTTP_HOST']; @@ -30,9 +29,10 @@ foreach ($pages as $i => $page) { <?= $article->title ?> dateiso ?> dateiso ?> - story) ?> - teaser) { + printf("\t\t%s\n", htmlspecialchars($article->teaser)); + } if ($article->thumb) { printf("\t\t".''."\n", 'image/jpeg', @@ -41,6 +41,8 @@ foreach ($pages as $i => $page) { ); } ?> + story) ?> +