Opened 3 years ago
Closed 19 months ago
#3492 closed defect (bug) (fixed)
"You may use these HTML tags and attributes:" not escaped correctly
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6.10 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General - UI/UX | Keywords: | has-patch commit |
| Cc: | naxoc |
Description
In some places the "You may use these HTML tags and attributes" string is not escaped correctly and ends up escaping the <abbr> tag too.
This fixes that.
Before:
After:
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Before