How to prevent %22 gets added to the url_open link?

jobjorgos

Member
I have this in an event:
GML:
url_open("http://yoyogames.com");
But then it opens the website in a browser with %22 included somehow.

How do I prevent this?
http://%22http//yoyogames.com
 
Top