summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 13:53:41 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 13:53:41 +0100
commit767e2486475e4e3e5e6604980f339c6f154b11f4 (patch)
tree748fa6de83c1c0b271a5212a61836fe44513ff17 /functions.php
parentc0ea08b0beafdeb0b17781d296cf6ea188227fa9 (diff)
various category/feed id clash fixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 0a3d3f0f5..af9cd222f 100644
--- a/functions.php
+++ b/functions.php
@@ -852,7 +852,7 @@
$link_title = "Updated: $last_updated";
}
- $feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\" href=\"javascript:viewfeed('$feed_id', 0);\">$feed_title</a>";
+ $feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\" href=\"javascript:viewfeed('$feed_id', '', false);\">$feed_title</a>";
print "<li id=\"FEEDR-$feed_id\" class=\"$class\">";
if (get_pref($link, 'ENABLE_FEED_ICONS')) {