summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-31 09:50:13 +0100
committerAndrew Dolgov <[email protected]>2006-08-31 09:50:13 +0100
commit00dacdc1c30296f7bdbc1f3e09c1e82ed72a3d10 (patch)
tree8e64932a56c24aff26e485de453b8f9983c93000 /backend.php
parent7a4dd799278bedb24f4ef3935b382d1cac6bb629 (diff)
fix bug when content preview was non-clickable
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 77ef03cc1..7d13184b8 100644
--- a/backend.php
+++ b/backend.php
@@ -964,8 +964,9 @@
} else {
print "<td class='hlContent' valign='middle'>";
- print $content_link;
-
+ print "<a href=\"javascript:view($id,$feed_id);\">" .
+ $line["title"];
+
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
if ($content_preview) {
print "<span class=\"contentPreview\"> - $content_preview</span>";