Opened 5 years ago
Closed 5 years ago
#30700 closed Uncategorized (duplicate)
templatetag truncatechars_html breaks HTML entities
Reported by: | John Carter | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | 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 (last modified by )
truncatechars_html doesn't handle HTML entities, so produces output like &#…
See failing test here: https://github.com/django/django/pull/11660
See also - #20568
Change History (4)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Has patch: | unset |
---|
comment:3 by , 5 years ago
Description: | modified (diff) |
---|
comment:4 by , 5 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #30686.