aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss2.0.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-02-01 21:22:24 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-02-01 21:22:24 +0000
commitdd55313b66a25eeb19f708b9d050bb53d76abba0 (patch)
tree7e0a07cc6ad1e3b5c60b48175fd10a620cebeff6 /rss/rss2.0.php
parentc819776288d31859f6f13e74f7dd7e2f875d6d15 (diff)
downloadphpicalendar-dd55313b66a25eeb19f708b9d050bb53d76abba0.tar.gz
phpicalendar-dd55313b66a25eeb19f708b9d050bb53d76abba0.tar.bz2
phpicalendar-dd55313b66a25eeb19f708b9d050bb53d76abba0.zip
fix tags and linebreaks in tooltips
Diffstat (limited to 'rss/rss2.0.php')
-rw-r--r--rss/rss2.0.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/rss/rss2.0.php b/rss/rss2.0.php
index 7e37ec3..2cfef4a 100644
--- a/rss/rss2.0.php
+++ b/rss/rss2.0.php
@@ -84,6 +84,8 @@ function rss_noitems(){
}
function rss_close(){
- return "\n</channel>\n</rss>\n";
+ global $rss_link;
+ return "\n
+ <atom:link href=\"$rss_link\" rel=\"self\" type=\"application/rss+xml\" />\n</channel>\n</rss>\n";
}
?>

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