headline: change cutoff length for content preview

This commit is contained in:
Andrew Dolgov 2005-11-30 12:09:22 +01:00
parent 6be6bc0393
commit 8fd0c7173c
1 changed files with 2 additions and 1 deletions

View File

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