From: Andrew Dolgov Date: Sat, 15 Sep 2012 16:48:32 +0000 (+0400) Subject: remove truncating of titles in CDM X-Git-Tag: 1.6.0~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b235e09b8db6934b03216ebce635a413eee1a93b;p=tt-rss.git remove truncating of titles in CDM --- diff --git a/classes/feeds.php b/classes/feeds.php index a40fbf1d..ad9f297f 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -512,7 +512,7 @@ class Feeds extends Handler_Protected { title=\"".htmlspecialchars($line['title'])."\" target=\"_blank\" href=\"". htmlspecialchars($line["link"])."\">". - truncate_string($line["title"], 100) . + $line["title"] . " $entry_author"; $reply['content'] .= $labels_str;