In my quest for a validated site, the only XHTML failures were raised by the item and filter nodes of biblio.
The list of biblio nodes validated XHTML strict from the start.

The problems are mostly related to upper-case tags (big no-no in XHTML strict), and also some tag closes.

The enclosed patch solves these problems.

Comments

jcnventura’s picture

StatusFileSize
new8.13 KB

Sorry, I have just noticed that the a filtered page (author or keyword) also fails validation, because of an extra </li> at the end of line 1559.

This newer patch includes that fix.

rjerome’s picture

Fixed in -dev release, will get pushed to official release shortly.

jcnventura’s picture

Status: Active » Closed (fixed)

Verified working. Marking it closed.