Opened 16 years ago
Closed 15 years ago
#10946 closed (invalid)
Documentation for autoescape seems to be wrong
Reported by: | finngruwier | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
According to the documentation, an {% autoescape off %}-block should be ended with {% autoescape on %}, but really it should be ended with {% endautoescape %}.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Marking as invalid - reopen if you can clarify where this is incorrect
Note:
See TracTickets
for help on using tickets.
Where do you see it documented like this?
I found this example which is correct.