Opened 15 years ago
Closed 15 years ago
#11839 closed (duplicate)
Strip tags from django document title elements
Reported by: | glenjamin | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Quite a simple one this
See http://docs.djangoproject.com/en/dev/ref/models/options/ for an example
basically requires
http://code.djangoproject.com/browser/djangoproject.com/djangodocs/templates/docs/doc.html#L3
to be given a |striptags filter.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | striptags.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Added a patch that should work.
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #8885 (feel free to add your patch to that ticket, it's better than the one submitted there)
Note:
See TracTickets
for help on using tickets.
Striptags patch