this post was submitted on 01 Mar 2024
46 points (88.3% liked)

Boost For Lemmy

6775 readers
4 users here now

Community of the Android app Boost for Lemmy Play Store Link

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Telorand@reddthat.com 2 points 6 months ago (1 children)

Looks like a formatting typo from the OP. Here's what it looks like on my instance (not Boost).

And another example from another sub:

[โ€“] kratoz29@lemm.ee 5 points 6 months ago (1 children)

It is not, maybe it has something to do with the client or the instance from where you see it, here is how it looks with Sync for Lemmy and Lemme instance...

I think it is a known bug when using the "&".

[โ€“] yokonzo@lemmy.world 4 points 6 months ago (1 children)

I will note I often see this all over the Web with the ampersand

[โ€“] kogasa@programming.dev 5 points 6 months ago

It's what happens when content is url encoded and not decoded again later. It's easy to do by accident because you can't tell if a string is already url encoded in any general way, so the processes responsible for sending and receiving need to agree on how/when to encode and decode (i.e. they both have the power to break it for the other)