custom css – backslash added before quotes
-
Hello,
when I add custom css containing quotes, backslash is added before quote (after save), so html doesn’t work. E.g when I add:
.style-name {background-image:url("ANYIMAGEURLHERE");}result is:
.style-name {background-image:url(\"ANYIMAGEURLHERE\");}And every save adds next backslashes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘custom css – backslash added before quotes’ is closed to new replies.