single quotes cause problems
-
I created a .css file using the plugin. Wherever a single quote appears, when saving, a backslash gets inserted. Every subsequent save inserts another backslash, etc. etc.
For example, if the file contains a path:
(‘/wp-content/uploads’)
hitting save will result in:
(\’/wp-content/uploads\’)
and save again:
(\\’/wp-content/uploads\\’)
This goes on and on, corrupting the line, and any other line that has single quotes.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘single quotes cause problems’ is closed to new replies.