I have some javascript to set makers for google maps. Inside the markers I have links <a>link</a> to display on the map.
Howver the W3C valdiator complains about the > at the end of the opening <a>. I have tried replacing it with > but it complained about the &.
Is there a way around this?
Thanks
["<a href='/thebrianboru'>The Brian Boru</a><br />5 Prospect R…
Seems like you’re using XHTML. Wrap your code in a commented out CDATA: