I'm using 1.2.3 to display an overlay. The overlay works correctly, but the code below appears right before the </body> tag. At the end of the code, there's a src="non" that's causing a lot of errors in the web server error log. I looked for this line in the JS, but I didn't see anything. Any ideas how to correct this?
<div style="position: absolute; top: 0px; left: 0px; width: 1299px; height: 1186px; display: none; opacity: 0.8; z-index: 9998; background-color: rgb(0, 0, 0);" id="exposeMask"></div><img style="border: 0px none; width: 0px; position: absolute; top: 276px; left: 300px; z-index: 9999; display: block;" src="non">
