- Issue created by @tanc
- 🇮🇹Italy tanc Italy
Now I've found a situation where the image is only loaded if there is a urldecode(). So maybe urldecode is needed but + symbols should be ignored somehow.
- 🇮🇹Italy tanc Italy
This edit makes use of rawurldecode() which leaves the plus symbol alone and does this: "Returns a string in which the sequences with percent (%) signs followed by two hex digits have been replaced with literal characters."