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
Original issue reported on code.google.com by
ruvim.pi...@gmail.com
on 20 Jan 2014 at 2:57