mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
headline: change cutoff length for content preview
This commit is contained in:
+2
-1
@@ -1150,7 +1150,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
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") {
|
if ($omode != "xml") {
|
||||||
|
|||||||
Reference in New Issue
Block a user