#818 – CSS optimization

Status: Closed - Category: Route 66
 Hello. Strange letters appear when CSS optimization is enabled.
Hi Vladimir,

Those are not strange letters are HTML entities and are perfectly fine for browsers.
This is caused by a known issue in PHP which cannot read correct the HTML5 meta charset.

So, if you are using:

<meta charset="utf-8">


You will get HTML entities.

If you want to avoid this just replace your current meta with the old fashion one:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


This should remove the entities and keep the original characters in your markup.

Regards
 
Thanks.
You are welcome.
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review