From 070d0d2a2ef8b8f1c6e1b646fa7f578733d366d7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 30 Dec 2005 21:05:26 +0100 Subject: remove headlines overflow hack, made truncate_string() utf-8 aware --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 3578871e6..4b3514254 100644 --- a/backend.php +++ b/backend.php @@ -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')) { -- cgit v1.2.3-54-g00ecf