Invalid CSS rendered causing styling issue
-
When plugin generate menu css in the header, css style was sanitized. Character ‘>’ was rendered as ‘>’ and making it invalid. Anyone facing same issue?
Example:
<style>.wp-megamenu-wrap > ul.wp-megamenu > li.wpmm_mega_menu ...
is rendered as
<style>.wp-megamenu-wrap > ; ul.wp-megamenu > ; li.wpmm_mega_menu ...
note: added space in above example to prevent HTML entities being decoded.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Invalid CSS rendered causing styling issue’ is closed to new replies.