I use Jevents component to show the upcoming events and I would like to place a map into the description of the event. Unfortunately the map is not displayed at all and the Firebug shows the following error:
SyntaxError: unterminated string literal
On the referred row is the following code:
Code: Select all
var infoPhocaWindow1PlgPM1 = new google.maps.InfoWindow({
content: '<div style="width: 100px;height: 30px;"><div style="font-size:120%;margin: 5px 0px;font-weight:bold;">BRRB Klub</div>
<div></div>
</div>
'
});
Any help would be appreciated...