quiz_master_next
quiz_master_next copied to clipboard
Persistent Quotation Mark Encoding Issue in Custom CSS Editing
Site Info
WordPress Version: 6.4.2 QSM Version: 8.1.19 Browser: Chrome
General description
When modifying custom CSS within a theme, saving the code results in the persistent encoding of quotation marks, even after multiple encoding attempts. Moreover, when inspecting the CSS, the quotation marks appear as "
. This presents an issue, as subsequent saves trigger additional encoding during the post request process.
Link to quiz or screenshot (if relevant):
Expected behavior
The CSS code needs to be decoded before presenting it to the user, and the save button should avoid double encoding.
Actual behavior
I've included the details in the general description.
Steps to reproduce the behavior
Write some custom CSS using quotation marks, then proceed to save it. Afterward, save it again.