Cross posting here since Boost sufferers from the mentioned issue.
why do & ampersands never display properly in titles?
https://sh.itjust.works/post/7874026
https://sh.itjust.works/post/7874026
Cross posting here since Boost sufferers from the mentioned issue.
8 Comments
stifle867@programming.dev · 23 pts · 2y
Overzealous character escaping most likely. It's to prevent certain types of exploits when displaying user submitted content as users could post, for example, javascript code that would then run on the page. By "escaping" certain characters it prevents this. For example by changing & to
&it will instruct the browser to change it from a literal ampersand to a display ampersand. The problem then comes when some container elements don't use these display ampersands and just display the literal code. I'm sorry I couldn't explain it better.You can see exactly what I mean if you reply to this comment and type
&then type it again but inside of a code block (inside of two backticks `)uphillbothways@kbin.social · 14 pts · 2y
Because of little Bobby Tables.
Poe@lemmy.world · 9 pts · 2y
The juxtaposition is real
LouisGarbuor@sh.itjust.works · 1 pts · 2y
Same for me lol
cmbabul@lemmy.world · 2 pts · 2y
Unicode probably?
mundane@feddit.nu · 5 pts · 2y
Html escape characters
bus_factor@lemmy.world · 2 pts · 2y
I think this is a problem with lemmy.world, not Boost. I see the same thing in the web interface.
IamRoot@sh.itjust.works · -3 pts · 2y
To annoy me. Or as the news lazies would write it:
To annoy me, others.