diff --git a/js/App.js b/js/App.js index 3a13209..9601734 100644 --- a/js/App.js +++ b/js/App.js @@ -260,8 +260,11 @@ App.prototype.populateList = function() { var artidx = 0; for (i = 0; i < byfeed.length; ++i) { var feed = byfeed[i]; - html_str += "
  • " + feed[0].feed_title; - html_str += "