#7948 closed (fixed)
Typo on template 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
This text doesn't make sense:
For example:
{{ value|linebreaks }}
If value is Joel\nis a slug, the output will be <p>Joe<br>is a slug</p>.
It should either be Joe or Joel both times.
Attachments (1)
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
This is the patch to change it to Joel both times.