Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

formsdoc.diff (1.5 KB ) - added by Jarek Zgoda 16 years ago.
Fix XHTML markup.

Download all attachments as: .zip

Change History (2)

by Jarek Zgoda, 16 years ago

Attachment: formsdoc.diff added

Fix XHTML markup.

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [9034]) Fixed #9085: Modified some example form HTML to be XHTML, consistent with Django default rendering. Thanks to Jarek Zgoda for the report.

Note: See TracTickets for help on using tickets.
Back to Top