summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a8e0461f0..1776d2dbb 100644
--- a/functions.php
+++ b/functions.php
@@ -5301,7 +5301,7 @@
$reply['content'] .= "<a id=\"RTITLE-$id\"
href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" .
- $line["title"];
+ truncate_string($line["title"], 200);
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
if ($content_preview) {