[
https://issues.apache.org/jira/browse/OFBIZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Blas Rodriguez Somoza updated OFBIZ-3605:
-----------------------------------------
Description:
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="<@ofbizContentUrl>/images/fieldlookup.gif"</@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"> </td>
Wrong markup at lines 145,148,221,224 Entity lacks final ;
<td align="center"> </td>
Updated patch attached (v2)
was:
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="<@ofbizContentUrl>/images/fieldlookup.gif"</@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"> </td>
Wrong markup at lines 145,148,221,224 Entity lacks final ;
<td align="center"> </td>
Patch attached
> 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
> Priority: Trivial
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3605_manufacturing_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.
> Other errors:
> EditProductBom.ftl
> Wrong markup at line 67, 79, 113, 121. Nonmatching "
> <img src="<@ofbizContentUrl>/images/fieldlookup.gif"</@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"> </td>
> Wrong markup at lines 145,148,221,224 Entity lacks final ;
> <td align="center"> </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.