Quote:
Originally Posted by AndyA
Aha, figured it out, thanks for your help.
Will you let me know if you release an update ? :nervous:
|
Testing the updated script now to correct the single and double quote issue.
Quick fix
Add
Code:
$texte = str_replace( '"', '', $texte );
$texte = str_replace( '\'', '', $texte );
To the replace_accent function in VBGooglmap.php or Install version 1.0.1
Don't forget to restart your browser or clear your cache before testing the updated version