XHTML validation errors (product)
---------------------------------
Key: OFBIZ-3609
URL: https://issues.apache.org/jira/browse/OFBIZ-3609
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: SVN trunk
Reporter: Blas Rodriguez Somoza
Priority: Trivial
Fix For: SVN trunk
XHTML validation errors
* Unclosed INPUT
* attributes without values (checked, selected, disabled, etc)
* attribute values without "
* Uppercase tags or attributes.
* Unencoded ampersands in urls.
EditKeywordThesaurus.ftl
Lines 44-84. When keywordThesauruses is empty the resulting markup will be
<table cellspacing="0" class="basic-table">
</td>
</tr>
</table>
Which is obviously wrong. Added an <#if to guard against wrong table markup
when keywordThesauruses is empty.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.