From: Andrew Dolgov Date: Wed, 30 Nov 2005 11:09:22 +0000 (+0100) Subject: headline: change cutoff length for content preview X-Git-Tag: schema_feature_freeze_for_1.1~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8fd0c7173c2b984d0b4916e299d856647a4e389a;p=tt-rss.git headline: change cutoff length for content preview --- diff --git a/backend.php b/backend.php index 788343e2..3fa36d5c 100644 --- a/backend.php +++ b/backend.php @@ -1150,7 +1150,8 @@ } if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { - $content_preview = truncate_string(strip_tags($line["content_preview"]), 101); + $content_preview = truncate_string(strip_tags($line["content_preview"]), + 60); } if ($omode != "xml") {