FirstcomRainier / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Not well formed error #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The unclosed img tag causes an error in a pure XHTML document.

In Firefox I've got [Exception... "An invalid or illegal string was specified"  
code: "12" nsresult: "0x8053000c (SyntaxError)"  location: "<unknown>"]
mismatched tag. Expected: </img>.

You have to replace the line:
img += "'>";

with the line:
img += "'/>";

Thank you,

Original issue reported on code.google.com by ruvim.pi...@gmail.com on 20 Jan 2014 at 2:57