summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-13 10:36:27 +0100
committerAndrew Dolgov <[email protected]>2005-12-13 10:36:27 +0100
commitc3f348c2fa79c2026774a9c2fd412406e36a3f2f (patch)
treed7b88d97b89b4f2f3a24695a3746dba63cb86bb7 /backend.php
parent280ee9a3398c8fecd975f22147eb5f8c10552b77 (diff)
fix broken keyboard navigation
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index f7c4e0d4e..7df13c0ae 100644
--- a/backend.php
+++ b/backend.php
@@ -471,8 +471,10 @@
<a href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category
<span id=\"FCATCTR-$cat_id\"
class=\"$catctr_class\">($cat_unread unread)</span></a></li>";
- print "<li id=\"feedCatHolder\" class=\"$holder_class\">
- <ul class=\"feedCatList\">";
+
+ // !!! NO SPACE before <ul...feedCatList - breaks firstChild DOM function
+ // -> keyboard navigation, etc.
+ print "<li id=\"feedCatHolder\" class=\"$holder_class\"><ul class=\"feedCatList\">";
}
printFeedEntry($feed_id, $class, $feed, $unread,