Change to layout.vm in 2.2.2 produces HTML warnings

Ron McNulty <[email protected]> Sun, 04 Nov 2012 21:45:38 +1300
Newsgroups gmane.comp.jakarta.jetspeed.user
Message-ID <098FDBB1112D47B197C654572677424B@Conservatory>
Hi Devs

I recently upgraded our Jetspeed 2.2.0 installations to version 2.2.2  One problem is that all our pages now produce warnings in HTML validator, as a <div> tag now contains name, row and column attributes, which are not correct (4.01 transitional) HTML. We are using the classic .psml pipeline.

The cause is a change in /webapps/jetspeed/WEB-INF/templates/layout/html/columns/layout.vm in the line after ## get the decorated Portlet content. I have reverted this to be the same as in v2.2.0.

Does anyone know why this change was made, and have I broken anything by reverting it?

Regards

Ron