Simon Rozman bfda0e962b html: fix url_escape
When used in URLs to be passed to a browser, strings MUST NOT contain +.
We must escape + too, otherwise browsers converts it to a space or %20,
which does not represent the original value anymore.

Signed-off-by: Simon Rozman <simon@rozman.si>
2024-10-09 17:09:50 +02:00
..
2024-10-09 17:09:50 +02:00