I can confirm code explorer is really broken, but code in your screenshot is not all-right as well: you should not insert UL in UL diretly, as you do on line 13.
Here is quick self-explanatory test-case broken in 4.5.6 (2427) - 11.11.2011 <!DOCTYPE HTML> <title>asd</title> <body> <ul> <li> <ul> <li>I am "ul > li > ul > li" (it is the UL above me) NOT "ul > li + li".</li> </ul> </li> </ul> <ul><li>My parent UL should be in BODY, not in document root.</li></ul> </body> -- <http://forum.pspad.com/read.php?2,57422,57427> PSPad freeware editor http://www.pspad.com
