From 126682c10d3b7059f37eabe297ca6e2d2f932dca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Aug 2005 04:12:40 +0100 Subject: [PATCH] fix vertical align in content box --- backend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend.php b/backend.php index e34cde944..d931ae9a9 100644 --- a/backend.php +++ b/backend.php @@ -203,7 +203,8 @@ print "Link: ".$line["link"]."   "; - print "" . $line["content"] . " + print "" . $line["content"] . " $feed_icon "; print "";