XHTML validation errors (party)
-------------------------------
Key: OFBIZ-3608
URL: https://issues.apache.org/jira/browse/OFBIZ-3608
Project: OFBiz
Issue Type: Bug
Components: party
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.
findparty.ftl
Wrong markup at line 44,46. Entity without final ;
> <
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.