]> git.wh0rd.org - tt-rss.git/commitdiff
headline: change cutoff length for content preview
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Nov 2005 11:09:22 +0000 (12:09 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Nov 2005 11:09:22 +0000 (12:09 +0100)
backend.php

index 788343e2208013e65b29549b133ca57f617f7024..3fa36d5c18a212e0aef4939ea2b9732b2be40c34 100644 (file)
                                }                               
 
                                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") {