Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.9
-
None
-
None
Description
css_xhtml's submit tag template is not XHTML compliant.
It looks like that for some reason, by default, the align attribute is set to "right", and the css_xhtml tag never generates valid XHTML markup.
What about just deleting those lines :
<#if parameters.align?exists>
align="${parameters.align?html}"<#t/>
</#if>
?
Regards,
Sami Dalouche
Attachments
Issue Links
- duplicates
-
WW-1888 Forms generate invalid xhtml using the xhtml template
- Closed