XHTML validation errors (content)
---------------------------------
Key: OFBIZ-3611
URL: https://issues.apache.org/jira/browse/OFBIZ-3611
Project: OFBiz
Issue Type: Bug
Components: content
Affects Versions: SVN trunk
Reporter: Blas Rodriguez Somoza
Priority: Trivial
Fix For: SVN trunk
XHTML validation errors
* Unclosed INPUT
* attributes without values (checked, selected, disabled, etc)
* attribute values without "
* Uppercase tags or attributes.
* Unencoded ampersands in urls.
AdminSearch.ftl (this template has several markup errors and it should be
reviewed)
Wrong markup at line 32. Duplicated TR
<tr>
Wrong markup at line 49. Table directly inside tr, needs td. Also wrong
attribute name wdith should be width.
<table border="0" wdith="100%">
Wrong markup at line 112. Unclosed previous table and td
<td width="20%" align="right">
CMSSites.ftl
Wrong attribute name at lines 42,66, 154, 211. mode should be method
mode="POST"
Lacks needed type attribute at lines 19, 265.
<SCRIPT language="javascript">
UserPermissions.ftl
Wrong attribute name at lines 60, 81. mode should be method
mode="POST"
Lacks needed type attribute at lines 19 .
<SCRIPT language="javascript">
Wrong markup at lines 115 to 120. Those closing tags have no matching open
tags.
</td>
</tr>
</table>
</td>
</tr>
</table>
CMSMenus.xml
Duplicated id value "dflt" at lines 32,38,43
<link id="dflt"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.