From: Andrew Dolgov Date: Mon, 28 Nov 2005 14:42:20 +0000 (+0100) Subject: headlines: remove FTITLE in output X-Git-Tag: schema_feature_freeze_for_1.1~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e454a88980cbeba813b7471676c1af1e2128af03;p=tt-rss.git headlines: remove FTITLE in output --- diff --git a/backend.php b/backend.php index 2df6fc55..219a3760 100644 --- a/backend.php +++ b/backend.php @@ -1069,7 +1069,7 @@ alt=\"Set mark\" onclick='javascript:toggleMark($id, true)'>"; } - $content_link = "" . + $content_link = "" . $line["title"] . ""; if (get_pref($link, 'HEADLINES_SMART_DATE')) { @@ -1104,7 +1104,7 @@ } else { print ""; - print "" . + print "" . $line["title"]; if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {