Replies: 2 comments 1 reply
-
Could be from htmlspecialchars that are called on blades. |
Beta Was this translation helpful? Give feedback.
0 replies
-
An update, it seems to be system-wide, and not specific to Laravel. I'm seeing it on all browsers at certain sites so looks like something related to CSS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think this is a fairly recent thing, just noticed it today. I'm guessing there's something happening with ligatures?
!==
,===
,=>
, etc are being converted to Unicode characters. Copy/paste still works but it's disconcerting to see weird symbols instead of syntactically correct operators. Using Firefox 137.0.Beta Was this translation helpful? Give feedback.
All reactions