diff --git a/js/App.js b/js/App.js index 0438248..4c67fef 100644 --- a/js/App.js +++ b/js/App.js @@ -179,9 +179,7 @@ App.prototype.populateList = function() { var article = this.unread_articles[i]; html_str += "
"; - html_str += "" + article.feed_title + ""; - html_str += "
"; + html_str += "" + article.feed_title + "
"; html_str += "" + article.excerpt + "
"; html_str += "