]> git.wh0rd.org Git - tt-rss.git/commitdiff
enlarge headline excerpt length
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 27 Apr 2013 14:01:36 +0000 (18:01 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 27 Apr 2013 14:01:36 +0000 (18:01 +0400)
classes/feeds.php

index 4b77f4ac48d55397d40bfb19d87f0c8cdb90e00b..567d13b25e1bace1fe0601f999eb288700148e0b 100644 (file)
@@ -362,7 +362,7 @@ class Feeds extends Handler_Protected {
 
                                if (get_pref('SHOW_CONTENT_PREVIEW')) {
                                        $content_preview = truncate_string(strip_tags($line["content_preview"]),
-                                               100);
+                                               250);
                                }
 
                                $score = $line["score"];