Opened 16 years ago
Closed 16 years ago
#7470 closed (fixed)
Typo in templates documentation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the URL: http://www.djangoproject.com/documentation/templates/
There is a typo under the "Automatic HTML escaping" paragraph. Look for: "This was default the default solution"
Attachments (1)
Change History (4)
by , 16 years ago
comment:1 by , 16 years ago
Has patch: | set |
---|
comment:2 by , 16 years ago
Summary: | Typo in documentation → Typo in templates documentation |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7674]) Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@… for the report.