summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 21:05:26 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 21:05:26 +0100
commit070d0d2a2ef8b8f1c6e1b646fa7f578733d366d7 (patch)
tree0fc2825e9eb21646f2d4fd7a7218f017905615cb /backend.php
parent1e18cf4b5a9cb96bd8edc78f0cbe098e6b8a1d28 (diff)
remove headlines overflow hack, made truncate_string() utf-8 aware
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
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')) {