Changes between Version 6 and Version 7 of Ticket #61833
- Timestamp:
- 08/22/2024 04:33:49 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61833 – Description
v6 v7 1 1 It seems that when a post title contains HTML character references (entities) that the list of posts in the //Bulk Edit// screen shows the raw HTML markup in its non-decoded form. Instead, it ought to show the decoded form. 2 2 3 || [[Image(https://cldup.com/ Ti9hsHgHpN.mp4)]] || [[Image(https://cldup.com/cTnfJAgODG.png)]] ||3 || [[Image(https://cldup.com/RNH1LGEjg7.png)]] || [[Image(https://cldup.com/cTnfJAgODG.png)]] || 4 4 5 5 The JavaScript is escaping the raw HTML, preserving the character references as syntax instead of decoding them as text.