XHTML validation errors (framework excluding widget) round 2
------------------------------------------------------------ Key: OFBIZ-3637 URL: https://issues.apache.org/jira/browse/OFBIZ-3637 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Trivial Fix For: SVN trunk XHTML validation errors * Unclosed tags INPUT, IMG, BR... * attributes without values (checked, selected, disabled, etc) * attribute values without " * required attributes not included (alt in img, type in style, type in script etc) * Uppercase tags or attributes. * Unencoded entities (ampersands). Other changes: selectall.js line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands. EntityRefMain.ftl line 176. <div> must be </div> 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-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3637: ----------------------------------------- Attachment: OFBIZ-3637_framework_nowidget_xhtml.diff > XHTML validation errors (framework excluding widget) round 2 > ------------------------------------------------------------ > > Key: OFBIZ-3637 > URL: https://issues.apache.org/jira/browse/OFBIZ-3637 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3637_framework_nowidget_xhtml.diff > > > XHTML validation errors > * Unclosed tags INPUT, IMG, BR... > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * required attributes not included (alt in img, type in style, type in script etc) > * Uppercase tags or attributes. > * Unencoded entities (ampersands). > Other changes: > selectall.js > line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands. > EntityRefMain.ftl > line 176. <div> must be </div> > 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-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3637. ------------------------------ Assignee: Bruno Busco Resolution: Fixed Thank you Blas, your patch is in trunk at revision: 932733 > XHTML validation errors (framework excluding widget) round 2 > ------------------------------------------------------------ > > Key: OFBIZ-3637 > URL: https://issues.apache.org/jira/browse/OFBIZ-3637 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Bruno Busco > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3637_framework_nowidget_xhtml.diff > > > XHTML validation errors > * Unclosed tags INPUT, IMG, BR... > * attributes without values (checked, selected, disabled, etc) > * attribute values without " > * required attributes not included (alt in img, type in style, type in script etc) > * Uppercase tags or attributes. > * Unencoded entities (ampersands). > Other changes: > selectall.js > line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands. > EntityRefMain.ftl > line 176. <div> must be </div> > Patch attached -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |