summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 06:45:12 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 06:45:12 +0100
commitfaf40998b3c1c075e30020031db001fbc89276cc (patch)
treea4abc9b218acb8c4c35944795964bdaedbd2dbb4 /backend.php
parentd4eec882c001fb5e84b1aa1fb127816088f33433 (diff)
fix viewing feed from category view
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 0848fbcce..ee8b089d1 100644
--- a/backend.php
+++ b/backend.php
@@ -491,7 +491,7 @@
if ($line["feed_title"]) {
print "<td class='hlContent'>$content_link</td>";
print "<td class='hlFeed'>
- <a href='javascript:viewfeed($feed_id)'>".
+ <a href=\"javascript:viewfeed($feed_id, '', false)\">".
$line["feed_title"]."</a>&nbsp;</td>";
} else {
print "<td class='hlContent' valign='middle'>";