Hi guys, I was facing the same issue and the below solution worked for me.
-In my case we were using Laravel framework from backend and the title was passed through PHP as {{ $data }}.
-On passing the title as {!! $data !!} the bug (– instead of using a dash ) was fixed.
Explaination : https://stackoverflow.com/questions/35030977/what-is-the-difference-between-and-in-laravel-blade-files