summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;