aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-02-02 03:57:48 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-02-02 03:57:48 +0000
commit0f4f274a6f8414e545bb355a3842356c247d0f54 (patch)
tree81f3dfe88d6df9df59ba4a72dbce8237283a3ce6 /rss
parent92bc67882ba5b3ce89e2d4796ee2f16bfaa2e7b9 (diff)
downloadphpicalendar-0f4f274a6f8414e545bb355a3842356c247d0f54.tar.gz
phpicalendar-0f4f274a6f8414e545bb355a3842356c247d0f54.tar.bz2
phpicalendar-0f4f274a6f8414e545bb355a3842356c247d0f54.zip
improvements in rss
Diffstat (limited to 'rss')
-rwxr-xr-xrss/rss1.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss1.0.php b/rss/rss1.0.php
index e94d74a..204d820 100755
--- a/rss/rss1.0.php
+++ b/rss/rss1.0.php
@@ -42,7 +42,7 @@ function enclose_items($rss_items){
function rss_item(){
global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val;
- $rss_item = '<item rdf:about="'.$rss_link.'&amp;uid='.$uid.'/">'."\n";
+ $rss_item = '<item><rdf:about="'.$rss_link.'&amp;uid='.$uid.'/">'."\n";
/* Create guid, and use uid to make link unique */
# $rss .= '<guid isPermaLink="false">'.$rss_link.$uid.'</guid>'."\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy