Opened 16 years ago
Closed 16 years ago
#10177 closed (fixed)
Typo in example for linebreaks filter
Reported by: | bmjames | Owned by: | Tim Graham |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | typo | |
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 Built-in template tags and filters docs:
"If value is Joel\nis a slug, the output will be <p>Joel<br>is a slug</p>."
In the example above, the <br> should be an XHTML <br /> since this is what Django actually outputs.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | builtins-linebreaks-br-fix.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Keywords: | typo added |
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Ready for checkin |
Version: | 1.0 → SVN |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Confirmed + patch.