diff --git a/functions.php b/functions.php
index 84ebc60c5..c555f7fb5 100644
--- a/functions.php
+++ b/functions.php
@@ -2960,8 +2960,8 @@
/* virtual feeds */
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
".__('Special')."";
- print "";
+ print "- ".__('Special')."
\n";
+ print "\n";
}
$num_starred = getFeedUnread($link, -1);
@@ -2986,10 +2986,10 @@
if (db_num_rows($result) > 0) {
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "- ".__('Labels')."
";
- print "";
+ print "- ".__('Labels')."
\n";
+ print "\n";
} else {
- print "
";
+ print "
\n";
}
}
@@ -3023,7 +3023,7 @@
}
if (!get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
";
+ print "
\n";
}
if (get_pref($link, 'ENABLE_FEED_CATS')) {
@@ -3159,16 +3159,16 @@
$catctr_class = ($cat_unread > 0) ? "catCtrHasUnread" : "catCtrNoUnread";
- print "-
+ print "
- \n
$tmp_category
($cat_unread) $ellipsis
-
";
+
\n";
// !!! NO SPACE before keyboard navigation, etc.
- print "";
+ print "\n";
}
printFeedEntry($feed_id, $class, $feed, $unread,
@@ -3179,7 +3179,7 @@
}
if (db_num_rows($result) == 0) {
- print "- ".__('No feeds to display.')."
";
+ print "- ".__('No feeds to display.')."
\n";
}
} else {