anyone noticing ampersands (&) are not correctly displayed in OPs in Jerboa?

psycocan@lemmy.ml to Jerboa@lemmy.ml – 62 points –
12

Those instances are still on Lemmy 0.18 where the bug got introduced, not a Jerboa problem. Literally all the apps and frontends were affected.

I haven't noticed that & I check quite a lot. I guess I need to take more time & check more. Anyway, this sounds like a bug. Maybe you should go & report it on Github & let me know when you get back.

I have frequently seen it in OPs. Updating my OP

Yes, all the time

It's pretty annoying

Edit: Not sure why this landed as a reply to this comment when it was supposed to be a reply to the thread. That's a new one.

Not only on Jerboa. Basically all titles are affected, and it is not only the ampersand which is an issue.

Eternity here, but same thing. I also see a lot of < and such

That was a bug in a lemmy 0.18.X, where it introduced sanitation against XSS. After XSS attack had happened. Which was introduced with the custom smiley feature, which allowed arbitary js to be executed on every client.

Which then was removed in 0.19. When I had discussion with the Lemmy devs that this responsibility lays on the clients to properly santize this. (Display text as text, fault layed in Lemmy UI)