converting the [ character to an HTML entity
-
I try to add this piece of code via SiteOrigin to my website:
/* Uncategorized category in Category List block – dropdown */?
.wp-block-categories-dropdown option[value=”1″] {
display: none;
}and thats what SiteOrigin does with it:
/* Uncategorized category in Category List block – dropdown */
.wp-block-categories-dropdown option[value=”1″] {
display: none;
}Looks like SiteOrigin is incorrectly converting the
[
character to an HTML entity, which is breaking the code.Is there a glitch in the SiteOrigin editor? Or are there any settings to solve this?
Chris
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘converting the [ character to an HTML entity’ is closed to new replies.