Ckeditor adds html entities in inline css.
Example:
When I view the source this is turned into:
I tried setting entities to false and additional_entities to false but I get the same behavior.
I'm using ckeditor to compose a html email message and it seems like thunderbird has no trouble rendering the background image even with the " characters .
Should I be worried about this ?
Thanks
Example:
<table style="background-image: url(path/to_image.png)">
When I view the source this is turned into:
<table style="background-image: url("path/to_image.png")">
I tried setting entities to false and additional_entities to false but I get the same behavior.
I'm using ckeditor to compose a html email message and it seems like thunderbird has no trouble rendering the background image even with the " characters .
Should I be worried about this ?
Thanks