diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:14:09 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:14:09 +0100 |
| commit | 96737ce95078508296218bb0d3b49a1111ffa933 (patch) | |
| tree | 1bca5b7e40dcf13674849861d964e5652ad2b6b5 /backend.php | |
| parent | 2f52ca1b5ca53e047cf2ffda3839de62bd13e4fb (diff) | |
misc IE compatibility fixes
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index eefb31b10..81cddf867 100644 --- a/backend.php +++ b/backend.php @@ -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, |