1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 00:01:28 +00:00

fix broken keyboard navigation

This commit is contained in:
Andrew Dolgov
2005-12-13 10:36:27 +01:00
parent 280ee9a339
commit c3f348c2fa
2 changed files with 6 additions and 4 deletions

View File

@@ -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,