#9085 closed (fixed)
Inconsistency in forms examples
| Reported by: | Jarek Zgoda | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | |
| Needs tests: | Patch needs improvement: | ||
| Easy pickings: | no | UI/UX: | no |
Description
Eamples in forms documentation use HTML4 markup with unenclosed input tag, but all field rendering methods specified there output XHTML markup. These examples produce invalid markup, both HTML and XHTML.
Attached patch fixes this problem.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | formsdoc.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix XHTML markup.