From c80e2175878be8e3e5759acf752f26f8126bf7f3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 08:38:18 +0100 Subject: fix headlines list sizing issues --- backend.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index a9a661427..50d316b66 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 ""; -- cgit v1.2.3-54-g00ecf