~studentersamfundet-web/studentersamfundet-web/web

« back to all changes in this revision

Viewing changes to rss/lars_program_feed.php

  • Committer: Sjur Hernes
  • Date: 2011-09-21 18:33:14 UTC
  • Revision ID: sjhernes@gmail.com-20110921183314-gs5h016i3pfcwa1j
forgot to close id-tag in items

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
            <?php foreach ( $posts as $post ) { ?>
40
40
 
41
41
        <item>
42
 
                        <id><?php echo $post->id; ?>
 
42
                        <id><?php echo $post->id; ?></id>
43
43
            <title><?php echo htmlspecialchars( $post->title ) ; ?></title>
44
44
            <description><?php echo $post->intro ; ?> </description>
45
45
            <date><?php echo date("Y-m-d H:i", strtotime($post->date)); ?></date>