From: Andrew Dolgov Date: Fri, 4 Nov 2011 07:19:50 +0000 (+0400) Subject: add headlines-spacer to auto cached headlines X-Git-Tag: 1.5.7~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4515521c5fa6d0513cae854ed08c4a0cc3b3a588;p=tt-rss.git add headlines-spacer to auto cached headlines --- diff --git a/viewfeed.js b/viewfeed.js index daaf57aa..29bda143 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -41,7 +41,7 @@ function headlines_callback2(transport, offset, background) { feed_id = reply['headlines']['id']; if (background) { - cache_headlines(feed_id, is_cat, reply['headlines']['toolbar'], reply['headlines']['content']); + cache_headlines(feed_id, is_cat, reply['headlines']['toolbar'], reply['headlines']['content'] + "
"); return; }