Ampersand not encoded properly in plugin's HTML output
-
This problem affects both CSS and JS. The ampersand character “&” is not correctly encoded as HTML entity
&
. Thus the output is no valid HTML.Sample:
<link rel='stylesheet' href='https://.../wp-content/plugins/wp-minify-fix/min/?f=.../style.css&m=1465168442' type='text/css' media='screen' />
It would be great if this bug could be fixed.
- The topic ‘Ampersand not encoded properly in plugin's HTML output’ is closed to new replies.