Single quotes and greater than > escaping issues
-
Hi,
Whenever I try updating the CSS on a multisite setup, it escapes single quotes for my CSS.
For eg.
Following CSS:
.page-title {
background: url(‘/wp-content/uploads/sites/2/2017/03/color-star-3-114-217610.png’;
}`Changes back to
.page-title {
background: url(\’/wp-content/uploads/sites/2/2017/03/color-star-3-114-217610.png\’);
}Which breaks the CSS. It seems to be a security issue and hence why it escapes. Also, greater than sign > is converted back to > . Please let me know what could possible workaround or is it a permanent solution and cannot be reverted back.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Single quotes and greater than > escaping issues’ is closed to new replies.