From: Andrew Dolgov Date: Fri, 29 Aug 2008 08:09:06 +0000 (+0100) Subject: feedlist layout fix X-Git-Tag: 1.2.27~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8b803aa2b5a3b2663cac7f67be34f8dea0935c85;p=tt-rss.git feedlist layout fix --- diff --git a/functions.php b/functions.php index 8d8f2542..3aa3cd6a 100644 --- a/functions.php +++ b/functions.php @@ -4179,7 +4179,7 @@ "images/pub_set.gif", $link); if (get_pref($link, 'ENABLE_FEED_CATS')) { - print ""; + print ""; } if (!$tags) { @@ -4351,7 +4351,7 @@ if ($category != $tmp_category && get_pref($link, 'ENABLE_FEED_CATS')) { if ($category) { - print ""; + print ""; } $category = $tmp_category;