Use <div></div> instead of <div/>
authorMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 11:23:51 +0000 (12:23 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 11:23:51 +0000 (12:23 +0100)
For reasons that are TOTALLY opaque to me, the latter causes the other
MKWS divs to vanish when the cover-art appears. what is this i dont even

examples/htdocs/mike.html

index 2229862..798aa3a 100644 (file)
@@ -25,7 +25,7 @@
     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
   </head>
   <body>
-    <div class='mkwsCoverart' autosearch='B00HOA1X5U'/>
+    <div class='mkwsCoverart' autosearch='B00HOA1X5U'></div>
     <div id="mkwsSwitch"></div>
     <div id="mkwsTargets"></div>
     <div id="mkwsStat"></div>