i have a custom google map with some markers on. To display some content inside the text balloon when you click the marker i use html. Simple stuf like <p>
and <b>
But when you hover over the marker it just displays the full html. Like
<p>some text</p><p>some other <b>text</b></p>
is this normal? Or what can i do about it?