From: Andrew Dolgov Date: Wed, 7 Sep 2005 07:38:18 +0000 (+0100) Subject: fix headlines list sizing issues X-Git-Tag: 1.0.3~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c80e2175878be8e3e5759acf752f26f8126bf7f3;p=tt-rss.git fix headlines list sizing issues --- diff --git a/backend.php b/backend.php index a9a66142..50d316b6 100644 --- a/backend.php +++ b/backend.php @@ -387,7 +387,7 @@ $update_pic = "\"Updated\""; ++$num_unread; } else { - $update_pic = " "; + $update_pic = "\"Updated\""; } if ($line["unread"] == "t") { @@ -412,15 +412,15 @@ print " - print "$update_pic"; - print "$marked_pic"; - print " + print " ".$line["updated"].""; - print "$content_link"; + print "$content_link"; print ""; diff --git a/viewfeed.js b/viewfeed.js index 957357a6..85963dfe 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -59,7 +59,7 @@ function view(id, feed_id) { var upd_img_pic = document.getElementById("FUPDPIC-" + id); if (upd_img_pic) { - upd_img_pic.innerHTML = ""; + upd_img_pic.src = "images/blank_icon.png"; } var unread_rows = getVisibleUnreadHeadlines();