mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-22 07:10:17 +00:00
Previously PHP was escaping things like ampersands, which then caused us to have broken URLs. These aren't displayed anywhere in the UI, so no need to encode them anywhere. Closes #314.