Bug: Custom CSS adds slashes
-
If I enter the following CSS into the custom CSS box:
font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;It comes out looking like this:
font-family: \"Open Sans\", Arial, \"Helvetica Neue\", Helvetica, sans-serif;It just needs some stripslashes() to be fixed.
The topic ‘Bug: Custom CSS adds slashes’ is closed to new replies.