mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
98c91275e2
We changed the way we output translation text in the link_translate function. By using a SafeBuffer, the original text was already escaped before it got handled by the link helper. Instead, we can pass the raw link part of the translation string to the link helper, allowing it to handle escaping, and output the rest of the translation manually to the SafeBuffer. This way, the entire string is subjected to escaping still, but will allow entities to not be escaped https://community.openproject.org/work_packages/73513