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. 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 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3605: ----------------------------------------- Attachment: OFBIZ-3605_manufacturing_xhtml.diff > 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. > 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 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ 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> Patch attached was: XHTML validation errors * Unclosed INPUT * attributes without values (checked, selected, disabled, etc) * attribute values without " * Uppercase tags or attributes. * Unencoded ampersands in urls. 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> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3605: ----------------------------------------- Attachment: OFBIZ-3605_manufacturing_xhtml_v2.diff > 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, 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="<@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. |
In reply to this post by Nicolas Malin (Jira)
[ 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="<@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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3605. ------------------------------ Resolution: Fixed Thank you Blas, your patch is in trunk at revision: 931678 > 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="<@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. |
Free forum by Nabble | Edit this page |