diff --git a/backend.php b/backend.php
index 4873f35e8..b843aabb0 100644
--- a/backend.php
+++ b/backend.php
@@ -362,7 +362,7 @@
window.onload = init;
";
- print "
";
+ print "\n";
$owner_uid = $_SESSION["uid"];
@@ -371,8 +371,8 @@
/* virtual feeds */
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "- Special
";
- print "";
+ print "- Special
\n";
+ print "\n";
}
$result = db_query($link, "SELECT count(id) as num_starred
@@ -390,7 +390,7 @@
"images/mark_set.png", $link);
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
";
+ print "
\n";
}
if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) {
@@ -400,10 +400,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";
}
}
@@ -434,7 +434,7 @@
if (db_num_rows($result) > 0) {
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
";
+ print "
";
}
}
@@ -528,7 +528,7 @@
if ($category != $tmp_category && get_pref($link, 'ENABLE_FEED_CATS')) {
if ($category) {
- print "";
+ print "";
}
$category = $tmp_category;