Xhtml validation errors (accounting)
------------------------------------ Key: OFBIZ-3584 URL: https://issues.apache.org/jira/browse/OFBIZ-3584 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Trivial Fix For: SVN trunk Xhtml validation errors XHTML verification problems - Unclosed INPUT - attributes without values (checked, selected, disabled, etc) - attribute values without " - Uppercase tags or attributes. - Unencoded ampersands in urls. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> -- 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3584: ----------------------------------------- Attachment: OFBIZ-3584_accounting_xhtml.diff > Xhtml validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_xhtml.diff > > > Xhtml validation errors > XHTML verification problems > - Unclosed INPUT > - attributes without values (checked, selected, disabled, etc) > - attribute values without " > - Uppercase tags or attributes. > - Unencoded ampersands in urls. > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> -- 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3584: ----------------------------------------- Description: Xhtml validation errors XHTML verification problems - Unclosed INPUT - attributes without values (checked, selected, disabled, etc) - attribute values without " - Uppercase tags or attributes. - Unencoded ampersands in urls. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> Attached patch was: Xhtml validation errors XHTML verification problems - Unclosed INPUT - attributes without values (checked, selected, disabled, etc) - attribute values without " - Uppercase tags or attributes. - Unencoded ampersands in urls. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > Xhtml validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_xhtml.diff > > > Xhtml validation errors > XHTML verification problems > - Unclosed INPUT > - attributes without values (checked, selected, disabled, etc) > - attribute values without " > - Uppercase tags or attributes. > - Unencoded ampersands in urls. > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > Attached patch -- 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3584: ----------------------------------------- Description: XHTML validation errors - Unclosed INPUT - attributes without values (checked, selected, disabled, etc) - attribute values without " - Uppercase tags or attributes. - Unencoded ampersands in urls. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> Attached patch was: Xhtml validation errors XHTML verification problems - Unclosed INPUT - attributes without values (checked, selected, disabled, etc) - attribute values without " - Uppercase tags or attributes. - Unencoded ampersands in urls. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> Attached patch > Xhtml validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_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. > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > Attached patch -- 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3584: ----------------------------------------- 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: CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> 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. CommisionRun.ftl Wrong markup at line 638. (td outside row and table.) <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> BatchPayments.ftp Wrong markup at line 675 (opened h2 and closed h3) <h2>${uiLabelMap.AccountingNoRecordFound}</h3> Attached patch Summary: XHTML validation errors (accounting) (was: Xhtml validation errors (accounting)) > XHTML validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_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: > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco reassigned OFBIZ-3584: ---------------------------------- Assignee: Bruno Busco > XHTML validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_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: > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3584. ------------------------------ Resolution: Fixed Thank you Blas, your patch is in trunk at revision: 931670 > XHTML validation errors (accounting) > ------------------------------------ > > Key: OFBIZ-3584 > URL: https://issues.apache.org/jira/browse/OFBIZ-3584 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3584_accounting_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: > CommisionRun.ftl > Wrong markup at line 638. (td outside row and table.) > <td colspan='4'><h3>${uiLabelMap.AccountingNoInvoicesFound}</h3></td> > BatchPayments.ftp > Wrong markup at line 675 (opened h2 and closed h3) > <h2>${uiLabelMap.AccountingNoRecordFound}</h3> > Patch attached -- 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 |