diff --git a/backend.php b/backend.php
index b843aabb..76564fb7 100644
--- a/backend.php
+++ b/backend.php
@@ -371,8 +371,8 @@
/* virtual feeds */
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "
Special\n";
- print "\n";
+ print "- Special
";
+ print "";
}
$result = db_query($link, "SELECT count(id) as num_starred
@@ -400,10 +400,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 "
";
}
}
diff --git a/functions.js b/functions.js
index 6330c286..8d59bd32 100644
--- a/functions.js
+++ b/functions.js
@@ -165,7 +165,7 @@ function cleanSelectedList(element) {
if (child.id == "feedCatHolder") {
var fcat = child.lastChild;
for (j = 0; j < fcat.childNodes.length; j++) {
- var feed = fcat.childNodes[j];
+ var feed = fcat.childNodes[j];
feed.className = feed.className.replace("Selected", "");
}
}