summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3bae2a869..f571f8ba0 100644
--- a/backend.php
+++ b/backend.php
@@ -719,7 +719,8 @@
if ($line["feed_title"]) {
print "<td width='50%'>$content_link</td>";
- print "<td width='20%'>".$line["feed_title"]."</td>";
+ print "<td width='20%'>
+ <a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a></td>";
} else {
print "<td width='70%'>$content_link</td>";
}