X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=www%2Fjs%2Fgoogle-feed.js;fp=www%2Fjs%2Fgoogle-feed.js;h=ea2dafcd9cb878276fe727913542f5b126d34b6c;hb=8538cf5668762e72dfa26a180654aaeb285ba892;hp=0360ffb02ab71fdd27c419b64533ab7be6aaa48b;hpb=9c377e09b2c14f3c48c9828303c6486f6fb8749e;p=mevemon diff --git a/www/js/google-feed.js b/www/js/google-feed.js index 0360ffb..ea2dafc 100644 --- a/www/js/google-feed.js +++ b/www/js/google-feed.js @@ -17,7 +17,7 @@ function nl2p(text) { function first_paragraph(ptext) { pindex = ptext.indexOf("\n\n"); - if ( pindex < 200 ) { + if ( pindex < 100 ) { pindex = ptext.indexOf("\n\n", pindex + 1); }