page: rename article method "body" to "story"
[minimedit.git] / nieuws / feed / index.php
index fdb91d5a66b77c0442d1ce9545c3d96f5239db02..72c22074c2af16b1649620522a3225ba26457fca 100644 (file)
@@ -30,7 +30,7 @@ foreach ($pages as $i => $page) {
                <title><?= $article->title ?></title>
                <published><?= $article->dateiso ?></published>
                <updated><?= $article->dateiso ?></updated>
-               <content type="html"><?= htmlspecialchars($article->body) ?>
+               <content type="html"><?= htmlspecialchars($article->story) ?>
                </content>
 <?php
        if ($article->thumb) {