1
0
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:
Andrew Dolgov
2005-12-30 21:05:26 +01:00
parent 1e18cf4b5a
commit 070d0d2a2e
3 changed files with 5 additions and 5 deletions

View File

@@ -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')) {