mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-11 15:19:14 +00:00
enlarge headline excerpt length
This commit is contained in:
@@ -362,7 +362,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
if (get_pref('SHOW_CONTENT_PREVIEW')) {
|
||||
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
||||
100);
|
||||
250);
|
||||
}
|
||||
|
||||
$score = $line["score"];
|
||||
|
||||
Reference in New Issue
Block a user