From: Andrew Dolgov Date: Sun, 16 Oct 2011 12:40:15 +0000 (+0400) Subject: properly truncate headline title in non-combined mode X-Git-Tag: 1.5.6~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d6571825bfad3acdef352927392e6d847abcba6d;p=tt-rss.git properly truncate headline title in non-combined mode --- diff --git a/functions.php b/functions.php index a8e0461f..1776d2db 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) {