• @[email protected]
    link
    fedilink
    English
    24
    edit-2
    4 months ago

    God’s punishing you for not using DnD

    Edit: the ampersand is a code character, it does not always translate well in web presentation. This has been A Thing for about 30 years

    • @[email protected]
      link
      fedilink
      English
      84 months ago

      It has been a solved problem for a really long time. You use a computer to keep track if you encoded the & already or not.

      But people insist on using tools that throw that away.

      • @[email protected]OP
        link
        fedilink
        English
        74 months ago

        Sure but I think the issue is finding exactly where In the pipeline the problem is occuring. The end user can’t be expected to try and fix it

    • @[email protected]OP
      link
      fedilink
      English
      24 months ago

      Interesting, I’m on lemmy.world and I’m still getting the issue, is there something I have to do personally to get 0.19? I assumed that was server sided

      • RubénM
        link
        fedilink
        English
        114 months ago

        is there something I have to do personally to get 0.19?

        No, just wait. They are updating to 0.19.3 on Saturday

  • PlzGivHugs
    link
    fedilink
    English
    74 months ago

    As others have said, its an issue with older versions of Lemmy (as in, the websites running it, not your client). Once your admins update the website/instance you’re using, it’ll be fixed.

  • @[email protected]OP
    link
    fedilink
    English
    5
    edit-2
    4 months ago

    So I researched it and it seems to be an issue with how boost (and many other places on the web) have automated escape characters in HTML, in other words because & is reserved in HTML for other things to actually parse an ampersand you need to write “&+amp” to escape the escape character. So whatever process boost is using for this may be not parsing correctly

    Edit: apparently it’s Lemmy as a whole, what I’m wondering is why do some users not see this then

  • Yer Ma
    link
    fedilink
    English
    44 months ago

    I have this issue on every client I have tried

  • @[email protected]
    link
    fedilink
    English
    24 months ago

    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
      link
      fedilink
      English
      54 months ago

      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 “&”.

        • Kogasa
          link
          English
          54 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)

  • YeetPics
    link
    fedilink
    English
    04 months ago

    Having the same issue on boost. I’ll change clients and see if it sticks around.