]> git.wh0rd.org - tt-rss.git/commitdiff
remove truncating of titles in CDM
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 15 Sep 2012 16:48:32 +0000 (20:48 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 15 Sep 2012 16:48:32 +0000 (20:48 +0400)
classes/feeds.php

index a40fbf1d91316405491173c9b75d872d369db9a8..ad9f297fc1772f23e0c6d09b6ef46ba57642143e 100644 (file)
@@ -512,7 +512,7 @@ class Feeds extends Handler_Protected {
                                                title=\"".htmlspecialchars($line['title'])."\"\r
                                                target=\"_blank\" href=\"".\r
                                                htmlspecialchars($line["link"])."\">".\r
-                                               truncate_string($line["title"], 100) .\r
+                                               $line["title"] .\r
                                                " $entry_author</a>";\r
 \r
                                        $reply['content'] .= $labels_str;\r