diff --git a/functions.php b/functions.php
index 059ca524d..6d3a2cacc 100644
--- a/functions.php
+++ b/functions.php
@@ -2959,15 +2959,15 @@
function outputFeedList($link, $tags = false) {
- print "
\n";
+ print "";
$owner_uid = $_SESSION["uid"];
/* virtual feeds */
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "- ".__('Special')."
\n";
- print "\n";
+ print "- ".__('Special')."
";
+ print "";
}
$num_starred = getFeedUnread($link, -1);
@@ -2980,7 +2980,7 @@
"images/mark_set.png", $link);
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
\n";
+ print "
";
}
if (!$tags) {
@@ -2992,10 +2992,10 @@
if (db_num_rows($result) > 0) {
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "- ".__('Labels')."
\n";
- print "\n";
+ print "- ".__('Labels')."
";
+ print "";
} else {
- print "
\n";
+ print "
";
}
}
@@ -3029,7 +3029,7 @@
}
if (!get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
\n";
+ print "
";
}
if (get_pref($link, 'ENABLE_FEED_CATS')) {
@@ -3165,16 +3165,16 @@
$catctr_class = ($cat_unread > 0) ? "catCtrHasUnread" : "catCtrNoUnread";
- print "- \n
+ print "
-
$tmp_category
($cat_unread) $ellipsis
-
\n";
+
";
// !!! NO SPACE before keyboard navigation, etc.
- print "\n";
+ print "";
}
printFeedEntry($feed_id, $class, $feed, $unread,
@@ -3185,7 +3185,7 @@
}
if (db_num_rows($result) == 0) {
- print "- ".__('No feeds to display.')."
\n";
+ print "- ".__('No feeds to display.')."
";
}
} else {
@@ -3236,7 +3236,7 @@
}
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
\n";
+ print "
";
}
}