From 6edeede312964452e85a5fef09f6dd0211b707b2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Apr 2011 15:15:10 +0400 Subject: tweak headlines layout to prevent long date clipping --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 50228939b..78fec13ad 100644 --- a/functions.php +++ b/functions.php @@ -5211,8 +5211,9 @@ $reply['content'] .= ""; - $reply['content'] .= "
"; $reply['content'] .= "$updated_fmt"; + $reply['content'] .= "
"; + $reply['content'] .= $score_pic; if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) { -- cgit v1.2.3