summaryrefslogtreecommitdiff
path: root/htroot/rssTerminal.html
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/rssTerminal.html')
-rw-r--r--htroot/rssTerminal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html
index 7054ab286..a073e8a51 100644
--- a/htroot/rssTerminal.html
+++ b/htroot/rssTerminal.html
@@ -136,9 +136,9 @@ function load() {
/* Problem is described in the forums and should be fixed by changing the MIME-Type for .rss files in the YaCy HTTPd */
if (navigator.appName=="Microsoft Internet Explorer")
{
- getRSS("/api/feed.xml?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
+ getRSS("api/feed.xml?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
} else {
- getRSS("/api/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
+ getRSS("api/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime());
}
requestCount++;
}