XHTML validation errors (humanres)
----------------------------------
Key: OFBIZ-3604
URL: https://issues.apache.org/jira/browse/OFBIZ-3604
Project: OFBiz
Issue Type: Bug
Components: humanres
Affects Versions: SVN trunk
Reporter: Blas Rodriguez Somoza
Priority: Trivial
Fix For: SVN trunk
Attachments: OFBIZ-3604_humanres_xhtml.diff
XHTML validation errors
* Unclosed INPUT
* attributes without values (checked, selected, disabled, etc)
* attribute values without "
* Uppercase or mixed case tags or attributes.
* Unencoded ampersands in urls.
findEmployee.ftl
Wrong markup at line 9. Lacks <tr>
</tr><td class="label">${uiLabelMap.PartyFirstName}</td>
Wrong marckup at line 15. Lacks <tr>
<tr><input type="hidden" name="roleTypeId" value="EMPLOYEE"/></tr>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.