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 22:42:33 UTC

[jira] Assigned: (OFBIZ-3605) XHTML validation errors (manufacturing)

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

Bruno Busco reassigned OFBIZ-3605:
----------------------------------

    Assignee: Bruno Busco

> XHTML validation errors (manufacturing)
> ---------------------------------------
>
>                 Key: OFBIZ-3605
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3605
>             Project: OFBiz
>          Issue Type: Bug
>          Components: manufacturing
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3605_manufacturing_xhtml.diff, OFBIZ-3605_manufacturing_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:
> EditProductBom.ftl
> Wrong markup at line 67, 79, 113, 121. Nonmatching "
> <img src="<@o...@ofbizContentUrl>"
> finInventoryEventPlan.ftl
> Wrong markup at line 69. Duplicated </a>
> <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
> Wrong markup at line 86. Unclosed empty <td>, size don't match with previous row.
> <td width="25%" align="center" valign="top">
> Wrong markup at line 87. size don't match with previous row. (lacks %)
> <td width="5">&nbsp;</td>
> Wrong markup at lines 145,148,221,224 Entity lacks final ;
> <td align="center">&nbsp</td>
> 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.