mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
Email notification contains HTML character codes in task description #666
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Plong-Wasin on GitHub (Oct 15, 2025).
Description
The email notification for tasks includes HTML character codes instead of proper characters in the description text. For example, the following snippet is sent in the email:
This is a friendly reminder of the task "Fix structured data Value in property "reviewCount" must be positive" ([project-name]) which is overdue since 9 hours and not yet done.Here, the sequence
"appears instead of a quotation mark ("), which reduces readability.Expected behavior:
The email should render all special characters properly, displaying
"reviewCount"with normal quotation marks rather than HTML character codes.Please check the process that generates email content and ensure proper decoding or escaping of HTML entities before sending the email.
Vikunja Version
v1.0.0-rc1
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots