diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-14 16:45:31 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-14 16:45:31 +0000 |
commit | 9e1ff71a0ffd0036ad3586be397d77034384b3e2 (patch) | |
tree | 72a25e9b68fdb0ef88ba715e1bf469b92587119d /views/rss/pageshells | |
parent | 1119cf74af4e3fdc0b81e0667ba7f76f25313cc3 (diff) | |
download | elgg-9e1ff71a0ffd0036ad3586be397d77034384b3e2.tar.gz elgg-9e1ff71a0ffd0036ad3586be397d77034384b3e2.tar.bz2 |
Making use of the Dublin Core extensions to provide owner information in RSS feeds
git-svn-id: https://code.elgg.org/elgg/trunk@3290 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/rss/pageshells')
-rw-r--r-- | views/rss/pageshells/pageshell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php index 56a4cb4fd..27ada7ab3 100644 --- a/views/rss/pageshells/pageshell.php +++ b/views/rss/pageshells/pageshell.php @@ -32,7 +32,7 @@ ?> -<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/"> <channel xml:base=''> <title><![CDATA[<?php echo $title; ?>]]></title> <link><?php echo htmlentities($url); ?></link> |