You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: