Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate potential char encoding display issues #143

Open
pdobrescu opened this issue Feb 8, 2019 · 1 comment
Open

Investigate potential char encoding display issues #143

pdobrescu opened this issue Feb 8, 2019 · 1 comment
Assignees

Comments

@pdobrescu
Copy link
Contributor

It looks like Toplytics cannot display correctly special characters from post titles:

In the image below it should display

Potatisskal – farligt?

instead of

Potatisskal – farligt?

image

@cristianuibar
Copy link
Contributor

This issue is due to the HTML special chars escaping done by Blade engine in the widget.blade.php file (default template file). To fix this behavior, one must replace the {{ and }} tags with {!! and !!} in a custom template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants