diff --git a/functions.php b/functions.php index a8e0461f0..1776d2dbb 100644 --- a/functions.php +++ b/functions.php @@ -5301,7 +5301,7 @@ $reply['content'] .= "" . - $line["title"]; + truncate_string($line["title"], 200); if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { if ($content_preview) {