diff --git a/plugins/digest/digest.js b/plugins/digest/digest.js index a9b3508c7..88c4d7dc9 100644 --- a/plugins/digest/digest.js +++ b/plugins/digest/digest.js @@ -417,9 +417,9 @@ function add_feed_entry(feed) { feed.title; var tmp_html = "
  • " + + "
    " + "" + feed.unread + "
    " + icon_part + title + - "
    " + "" + feed.unread + "" + - "
    " + "
  • "; + ""; $("feeds-content").innerHTML += tmp_html;