From 6a05f1ad72fa1ca67a0735bec78dc8923b47817c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Jan 2013 10:35:11 +0400 Subject: digest: fix counter vertical offset --- plugins/digest/digest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/digest/digest.js') 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; -- cgit v1.2.3