Opened 5 years ago
Last modified 5 years ago
#30700 closed Uncategorized
templatetag truncatechars_html breaks HTML entities — at Version 1
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
Note:
See TracTickets
for help on using tickets.