summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-15 20:48:32 +0400
committerAndrew Dolgov <[email protected]>2012-09-15 20:48:32 +0400
commitb235e09b8db6934b03216ebce635a413eee1a93b (patch)
tree6b87c6ea003d6074abeb24c4d4f0812bb7ba8b8f /classes/feeds.php
parent6e67a7c450c1db5c8c827ece6f447c61e94d78fb (diff)
remove truncating of titles in CDM
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index a40fbf1d9..ad9f297fc 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</a>";
$reply['content'] .= $labels_str;