]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3150 added a blank description field so RSS is valid - any better ideas?
authorcash <cash.costello@gmail.com>
Thu, 27 Oct 2011 21:43:51 +0000 (17:43 -0400)
committercash <cash.costello@gmail.com>
Thu, 27 Oct 2011 21:43:51 +0000 (17:43 -0400)
views/rss/page/default.php

index da6f69c412dacaa94ba4bb0446b5e943a35afb4f..cd94b0242f3cc32803be5856ca64097a4520d477 100644 (file)
@@ -31,6 +31,7 @@ $url = str_replace('&view=rss','', $url);
 <channel>
        <title><![CDATA[<?php echo $title; ?>]]></title>
        <link><?php echo htmlentities($url); ?></link>
+       <description></description>
        <?php echo elgg_view('extensions/channel'); ?>
        <?php