this post was submitted on 25 Oct 2023
56 points (98.3% liked)

Boost For Lemmy

6981 readers
6 users here now

Community of the Android app Boost for Lemmy Play Store Link

founded 1 year ago
MODERATORS
 

Cross posting here since Boost sufferers from the mentioned issue.

top 8 comments
sorted by: hot top controversial new old
[โ€“] stifle867@programming.dev 23 points 10 months ago* (last edited 10 months ago)

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 points 10 months ago
[โ€“] Poe@lemmy.world 9 points 10 months ago (1 children)
[โ€“] LouisGarbuor@sh.itjust.works 1 points 10 months ago

Same for me lol

[โ€“] bus_factor@lemmy.world 2 points 10 months ago

I think this is a problem with lemmy.world, not Boost. I see the same thing in the web interface.

[โ€“] cmbabul@lemmy.world 2 points 10 months ago (1 children)
[โ€“] mundane@feddit.nu 5 points 10 months ago

Html escape characters

[โ€“] IamRoot@sh.itjust.works -3 points 10 months ago* (last edited 10 months ago)

To annoy me. Or as the news lazies would write it:

To annoy me, others.