aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-04-10 00:52:24 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-04-10 00:52:24 +0000
commit2ac05785444035fe6de6f8e06bda0076f026eb22 (patch)
tree45fd3c324aa8ffcd2a8f94b7b9c883240929f772 /rss
parent9c2b9c81261abf33fb945e7082339da8140e7f12 (diff)
downloadphpicalendar-2ac05785444035fe6de6f8e06bda0076f026eb22.tar.gz
phpicalendar-2ac05785444035fe6de6f8e06bda0076f026eb22.tar.bz2
phpicalendar-2ac05785444035fe6de6f8e06bda0076f026eb22.zip
revert original rss now that extra files added
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss.php b/rss/rss.php
index 66db472..f6fdcea 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -218,7 +218,7 @@ $uid_arr = array();
if (isset($val['location']) && $val['location'] !=''){
$location = str_replace('&','&amp;',$val['location']);
$location = str_replace('&amp;amp;','&amp;',$location);
- $rss .= '<location>'.$location."/location>\n";
+ $rss .= '<location>'.$location."</location>\n";
}
$rss .= '</item>'."\n";
$events_count++;

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