in the file catalog/template/default/plugin/account_create.tpl
I'd added in line 94 :
html_entity_decode(); because in the tag the html characters are not interpreted,
so we have France>Is&eagrav;re and not Isère !!
-->
Is it a good code ?html_entity_decode(addslashes($zone['name']));
Thanks...
(sorry for english language...)
P.S. opencart_0.6.5_french.zip : French language files only !