aboutsummaryrefslogtreecommitdiff
path: root/views/rss/pageshells/pageshell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/pageshells/pageshell.php')
-rw-r--r--views/rss/pageshells/pageshell.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php
index 27ada7ab3..de0327968 100644
--- a/views/rss/pageshells/pageshell.php
+++ b/views/rss/pageshells/pageshell.php
@@ -32,10 +32,11 @@
?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" <?php echo elgg_view('extensions/xmlns'); ?> >
<channel xml:base=''>
<title><![CDATA[<?php echo $title; ?>]]></title>
<link><?php echo htmlentities($url); ?></link>
+ <?php echo elgg_view('extensions/channel'); ?>
<?php
echo $vars['body'];