Special characters are html encoded

Created on 4 February 2018, over 7 years ago
Updated 9 May 2025, 6 days ago

Special characters like quotes are encoded when they should not be. This is in the render as well and stored when re-editing.

An example can be found when entering the following:

div {
font-family: "Times New Roman", Times Roman, Roman, serif; 
}

When you re-open the edit screen, the following is shown:

div {
font-family: "Times New Roman", Times Roman, Roman, serif; 
}

This appears to have been fixed with a patch in the related issue #2617748: special char are html encoded . However, the issue was marked as Closed (Fixed) prior to the patch being committed. I would attach the patch, but it appears to need a re-roll.

🐛 Bug report
Status

Needs work

Version

2.0

Component

Code

Created by

🇩🇪Germany NWOM

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024