Django

Code

Ticket #2283 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] comment form templates don't validate as XHTML strict

Reported by: fonso Assigned to: adrian
Milestone: Component: Contrib apps
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The comment form templates in contrib/comments/templates/comments don't validate as XHTML 1.0 Strict (don't know if they'd validate in Transitional) due to the lack of a block-level container for the hidden input fields.

Attachments

valid_comment_form_templates.diff (1.8 kB) - added by fonso on 07/04/06 09:00:48.

Change History

07/04/06 09:00:48 changed by fonso

  • attachment valid_comment_form_templates.diff added.

07/06/06 22:57:50 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3283]) Fixed #2283 -- Fixed XHTML-strict validation error in comment templates


Add/Change #2283 ([patch] comment form templates don't validate as XHTML strict)




Change Properties
Action