From 4515521c5fa6d0513cae854ed08c4a0cc3b3a588 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Nov 2011 11:19:50 +0400 Subject: [PATCH] add headlines-spacer to auto cached headlines --- viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2