summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 788343e22..3fa36d5c1 100644
--- a/backend.php
+++ b/backend.php
@@ -1150,7 +1150,8 @@
}
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") {