diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-19 15:15:10 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-19 15:15:10 +0400 |
| commit | 6edeede312964452e85a5fef09f6dd0211b707b2 (patch) | |
| tree | a82b5f825a8ab8548ab662249dcc0e8b86107264 /functions.php | |
| parent | 0780f4f4fdb88df7982c179ac581db5fb64aef7f (diff) | |
tweak headlines layout to prevent long date clipping
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 50228939b..78fec13ad 100644 --- a/functions.php +++ b/functions.php @@ -5211,8 +5211,9 @@ $reply['content'] .= "</div>"; - $reply['content'] .= "<div class=\"hlRight\">"; $reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>"; + $reply['content'] .= "<div class=\"hlRight\">"; + $reply['content'] .= $score_pic; if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) { |