diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-01-26 06:36:19 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-01-26 06:36:19 +0100 |
| commit | c50e2b3004252f5f775741020003c5935560f0f7 (patch) | |
| tree | aac1db4bb7ccd90ac3681570fc50a46f4858b894 /functions.php | |
| parent | e4609ea9a0d428b8760590ececb5c6ba5b5e3e23 (diff) | |
cdm tweaks, misc fixes
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 8b98d1427..5f3978ff9 100644 --- a/functions.php +++ b/functions.php @@ -949,7 +949,7 @@ } $feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\" - href=\"javascript:viewfeed('$feed_id', '', false);\">$feed_title</a>"; + href=\"javascript:viewfeed('$feed_id', '', false, '', false, 0);\">$feed_title</a>"; print "<li id=\"FEEDR-$feed_id\" class=\"$class\">"; if (get_pref($link, 'ENABLE_FEED_ICONS')) { |