You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2010/04/07 23:21:08 UTC

[jira] Closed: (OFBIZ-3607) XHTML validation errors (order)

     [ https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3607.
------------------------------

    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 931691

> 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
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3607_order_xhtml.diff, OFBIZ-3607_order_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findOrders.ftl
> Wrong markup on line 470. Unrecognized onsubmit attribute in input tag
> <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/>
> Wrong markup on line 478. div must be before if and not after. Look at line 138 the if begins with <div><table> it should end with </table></div>
>  </table>
>       </#if>
>     </div>
> </div>
> Updated patch attached (v2)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.