Quote Originally Posted by nagelkruid View Post
i wonder what result would be achieved with the additional images if the code would be rewritten like this:
PHP Code:
//escape possible quotes if they're not already escapped
        //$alt = preg_replace("/([^\\\\])'/", '$1\\\'', $alt);
        //$alt = str_replace('"', '"', $alt);
        
$alt addslashes(htmlentities($altENT_COMPATCHARSET)); 
I cant reproduce because i am showing medium images as additionals in my shop, but if someone is willing to take a look i would be interested to hear.

cheers,
jeroen
Okay.. You KNOW I'm code challenged.. I could go home, have a glass of wine and figure it out..

or

I can cheat and ask you to 'splain it to me..