When the admin insert a Full_description like "dell'importanza" into admin panel the user into frontend that click "More Info", he see "dell\'importanza".
You should look through the codes and try to find the place (the code) where this textpart is processed, then modify the code. Of course, it is not so easy.
Hope, you will manage to solve it.
Hi skalinks, yep finally I have solved also this little bug...
I have found another little small bug into this file:
detailed/listing.php
When the user add some long description with return I see \r\n into "more information"
In order to solve it I have modified this file:
detailed/listing.php
Line 59:
$_output['links_info']['Description'] = stripslashes(str_replace("\\r\\n","<br>",$_output['links_info']['Descr iption']));