mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
7eb54e4c7b
# Which Problems Are Solved The primary issue addressed in this PR is that the defaults.yaml file contains escaped characters (like `<` for < and `>` for >) in message texts, which prevents valid HTML rendering in certain parts of the Zitadel platform. These escaped characters are used in user-facing content (e.g., email templates or notifications), resulting in improperly displayed text, where the HTML elements like line breaks or bold text don't render correctly. # How the Problems Are Solved The solution involves replacing the escaped characters with their corresponding HTML tags in the defaults.yaml file, ensuring that the HTML renders correctly in the emails or user interfaces where these messages are displayed. This update ensures that: - The HTML in these message templates is rendered properly, improving the user experience. - The content looks professional and adheres to web standards for displaying HTML content. # Additional Changes N/A # Additional Context N/A - Closes #8531 Co-authored-by: Max Peintner <max@caos.ch> |
||
---|---|---|
.. | ||
admin | ||
build | ||
encryption | ||
hooks | ||
initialise | ||
key | ||
mirror | ||
ready | ||
setup | ||
start | ||
tls | ||
defaults.yaml | ||
zitadel.go |