Ticket #313 (closed defect: fixed)
Large number of "... unexpected or duplicate quote mark" warnings in font colour picker
| Reported by: | m.bryson@… | Owned by: | mokhet |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | HTML error? |
| Cc: |
Description
I've been running some of the ff debugging tools and noticed 1500+ warnings on this page! Highlight some text & click the font colour link.
A lot of the errors are to do with incorrect quoting of all the TD params
[td bgcolor="#000000" onMouseOver=View('000000') onClick=Set('000000') height="10px" width="10px"]/td
might be better as
[td bgcolor="#000000" onMouseOver="View('000000')" onClick="Set('000000')" height="10px" width="10px"]/td
There are other errors as well though, I've run an HTML validator on the page but the output is a bit too long to upload as text here. If anyone would like a copy please email me.
