Encoding issues with custom CSS
-
Hi,
thank you for this great plugin.
Unfortunately, the custom CSS field is only of limited use because the CSS is incorrectly encoded. Incorrect HTML entities and unnecessary backslashes lead to syntax errors.
Example:
.gt_switcher-popup > span { background-image: url("image.jpg"); }results in:
.gt_switcher-popup > span { background-image: url(\"image.jpg\"); }Therefore, the characters
>,"and probably a few others are not usable.It would be great if this could be fixed, as I generally like that I can specify the CSS directly in the plugin and don’t have to outsource it somewhere else.
Thank you and best regards,
Helmut
The topic ‘Encoding issues with custom CSS’ is closed to new replies.