Files
Linty 6824480d84 (cp b19beee0a) fixes #796 handle ampersand escaping for API URLs
When generating URLs for the web service (IN_WS), ensure the argument separator is a raw '&' instead of the HTML entity '&'. add_url_params now switches the separator to '&' if IN_WS is defined and '&' was requested. Removed a redundant str_replace call in ws_std_get_urls since get_action_url/add_url_params now produce the correct separator. This prevents double-escaped ampersands.
2026-03-23 12:31:00 +01:00
..
2025-02-18 10:24:33 +01:00
2025-12-01 14:39:02 +01:00
2024-03-27 15:00:21 +01:00
2026-02-24 17:49:06 +01:00