Opened 19 years ago
Closed 19 years ago
#3814 closed (fixed)
Missing tag in "regroup" example
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | Keywords: | xhtml regroup | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/templates/#regroup
The regroup example needs a closing </li> after the </ul> and before the `{% endfor %} in order to be valid XHTML.
Change History (2)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4834]) Fixed #3814 -- Fixed HTML typo in docs/templates.txt regroup section. Thanks, djangorat@…