mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 03:31:33 +00:00
misc IE compatibility fixes
This commit is contained in:
@@ -518,7 +518,7 @@
|
||||
|
||||
// !!! NO SPACE before <ul...feedCatList - breaks firstChild DOM function
|
||||
// -> keyboard navigation, etc.
|
||||
print "<li id=\"feedCatHolder\" class=\"$holder_class\"><ul class=\"feedCatList\">";
|
||||
print "<li id=\"feedCatHolder\" class=\"$holder_class\"><ul class=\"feedCatList\" id=\"FCATLIST-$cat_id\">";
|
||||
}
|
||||
|
||||
printFeedEntry($feed_id, $class, $feed, $unread,
|
||||
|
||||
Reference in New Issue
Block a user