|
Your taking about on showphoto page you almost confused me here.
They are suppose to be replaced with " on upload as thats how a " is stored in the database
You need to alter showphoto.php and change this line
$desc = convert_markups( $desc );
to
$desc = convert_markups(un_htmlspecialchars($desc) );
|