From d6571825bfad3acdef352927392e6d847abcba6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 16 Oct 2011 16:40:15 +0400 Subject: properly truncate headline title in non-combined mode --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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) { -- cgit v1.2.3