mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 03:01:29 +00:00
remove headlines overflow hack, made truncate_string() utf-8 aware
This commit is contained in:
@@ -1373,7 +1373,7 @@
|
||||
|
||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
||||
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
||||
200);
|
||||
100);
|
||||
}
|
||||
|
||||
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||
|
||||
Reference in New Issue
Block a user