Quote:
Originally Posted by macropod
The code does handle quotes, but expects them to be straight quotes, not smart quotes. Smart quotes are not valid in such strings anyway. Still, if that's what you've got, you could change:
to:
|
Ahhh great point. I am using sublime text to edit my code, and looks like they use smart quote instead.
Thank you as always.