Email notification contains HTML character codes in task description #666

Open
opened 2025-11-01 21:01:26 -05:00 by GiteaMirror · 0 comments
Owner

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

Image
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 &#34;reviewCount&#34; must be positive" ([project-name]) which is overdue since 9 hours and not yet done. ` Here, the sequence `&#34;` 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 <img width="635" height="302" alt="Image" src="https://github.com/user-attachments/assets/927bba35-b7e2-44c0-b57b-9c8d7735cc8e" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#666