Opened 13 years ago
Closed 13 years ago
#6879 closed defect (fixed)
fix misc HTML syntax issues
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Invalid character "&" inside HTML elements.
Invalid doctype.
Invalid usage of <title> where <label> should've been used.
Change History (4)
comment:1 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13878]) References #6879 !strict. Removed extraneous dijit attribute in NumberTextBox? example. Changed <title for=...> to <label for=...>.