From: Andrew Dolgov Date: Mon, 14 Jan 2013 06:35:11 +0000 (+0400) Subject: digest: fix counter vertical offset X-Git-Tag: 1.7.0~57 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6a05f1ad72fa1ca67a0735bec78dc8923b47817c;p=tt-rss.git digest: fix counter vertical offset --- diff --git a/plugins/digest/digest.js b/plugins/digest/digest.js index a9b3508c..88c4d7dc 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;