ZitatError Line 166 column 2: document type does not allow element "p" here; assuming missing "li" start-tag.
ZitatError Line 173 column 4: end tag for "li" omitted, but OMITTAG NO was specified.
ZitatInfo Line 166 column 0: start tag was here.
Du öffnest ein <ul>-Element. Innerhalb von <ul> ist nur <li> erlaubt. Du verwendest aber <p> und <img> ohne <li>. Daraus resultieren diese Fehler.
ZitatError Line 293 column 27: document type does not allow element "li" here.
und Folgende haben mit der Maskierung von HTML-Elementen innerhalb von Javascript zu tun.
Grüße
Mo