summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-28 15:42:20 +0100
committerAndrew Dolgov <[email protected]>2005-11-28 15:42:20 +0100
commite454a88980cbeba813b7471676c1af1e2128af03 (patch)
tree6d40a78b91e5a844e25374020fea1916693c1dff /backend.php
parentadccd201687825e49a863548172df36dcfba6ef6 (diff)
headlines: remove FTITLE in output
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 2df6fc55f..219a3760f 100644
--- a/backend.php
+++ b/backend.php
@@ -1069,7 +1069,7 @@
alt=\"Set mark\" onclick='javascript:toggleMark($id, true)'>";
}
- $content_link = "<a id=\"FTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
+ $content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"] . "</a>";
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
@@ -1104,7 +1104,7 @@
} else {
print "<td class='hlContent'>";
- print "<a id=\"FTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
+ print "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"];
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {