Plugin: Image in Marker description not working
Posted: 07 May 2010, 17:43
When placing an image in marker description, image code looks like this:
I'm using JCE Editor. Is this a problem? I checked phocamaps.php and found:
Is this causing the problem?
Code: Select all
<img width="" height="" 200="" 110="" images="" src="/" myFilename="" alt="">
Code: Select all
$text .= '<div>'. PhocaMapsHelper::strTrimAll(addslashes($markerV->description)).'</div>';