-
Smart Quotes ruin expression code…
Hi guys,
I hope its a simple fix, but any post that has code which is not put explictly inside of a code tag (which hardly anyone does) gets its “quotes” substituted with “smart” quotes. But this makes it invalid Javascript.
This is also true of all old migrated posts, you can’t just copy/paste expressions anymore.
a="hello world" // should be ok
a=”hello world” // will not work