From 4169bb67e826671868b29b72ab4eb573517d062a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 17:41:32 +0300 Subject: misc code cleanup --- functions.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index f7a54b7c2..b4af52a04 100644 --- a/functions.php +++ b/functions.php @@ -5239,7 +5239,7 @@ print "". "
$feed_icon_img
". - "". + "". $line["feed_title"]." $vf_catchup_link"; } } @@ -5280,7 +5280,7 @@ if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { if (@$line["feed_title"]) { print " - (". + (". $line["feed_title"].") "; } @@ -5296,7 +5296,9 @@ print "$score_pic"; if (@$line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) { - print "$feed_icon_img"; + print "$feed_icon_img"; } print ""; @@ -5323,7 +5325,7 @@ print "
". "
$feed_icon_img
". - "". + "". $line["feed_title"]." $vf_catchup_link
"; } } @@ -5461,7 +5463,7 @@ 'images/tag.png')."' alt='Tags' title='Tags'> $tags_str (+)"; + href=\"#\" onclick=\"editArticleTags($id, $feed_id, true)\">(+)"; print "
"; -- cgit v1.2.3-54-g00ecf