In the dropdown notification list an error box might appear at the top, warning about extensions with security vulnerabilities. This error box is a <DIV> box, but a <UL> element does not allow for <DIV> boxes to be direct descendant. Proposed solution: Enclose the <DIV> error box inside an <LI> element. |