XHTML validation errors (order)
-------------------------------
Key: OFBIZ-3607
URL: https://issues.apache.org/jira/browse/OFBIZ-3607
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: SVN trunk
Reporter: Blas Rodriguez Somoza
Priority: Trivial
Fix For: SVN trunk
Attachments: OFBIZ-3607_order_xhtml.diff
XHTML validation errors
* Unclosed INPUT
* attributes without values (checked, selected, disabled, etc)
* attribute values without "
* Uppercase tags or attributes.
* Unencoded ampersands in urls.
findOrders.ftl
Wrong markup on line 470. Unrecognized onsubmit attribute in input tag
<input type='submit' value='${uiLabelMap.CommonFind}'
onsubmit="javascript:lookupOrders(true);"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.