aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss/rss.php')
-rw-r--r--rss/rss.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/rss/rss.php b/rss/rss.php
index c22f31e..8d36840 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -20,10 +20,8 @@ function rss_top(){
if ($theview !=""){$rss .= ' - '.$theview;}
$rss .= "</title>\n";
- $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n";
if (isset($cpath) && $cpath !='') $rss_link.="?cpath=$cpath";
- $rss .= "<link>$rss_link</link>\n";
-
+ $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n";
$rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n";
$rss .= '<language>'.$rss_language.'</language>'."\n";
$rss .= '<copyright>Copyright '.date("Y").', '.htmlspecialchars ("$default_path").'</copyright>'."\n";

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