Typos that IE doesn't like (no functional change).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9660 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-09-11 20:23:48 +00:00
parent 361f6065a7
commit 912a12c0b8
+2 -3
View File
@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>WMS Capabilities Speed Test</test> <title>WMS Capabilities Speed Test</title>
<script src="../../lib/OpenLayers.js"></script> <script src="../../lib/OpenLayers.js"></script>
<script src="wmscaps.js"></script> <script src="wmscaps.js"></script>
<script> <script>
@@ -14,7 +14,7 @@
} }
function run(func, x) { function run(func, x) {
document.getElementById("out").innerHTML = "running ..." document.getElementById("out").innerHTML = "running ...";
var starts = {}; var starts = {};
var elapsed = 0; var elapsed = 0;
completed = 0; completed = 0;
@@ -50,4 +50,3 @@
<div id="out"></div> <div id="out"></div>
</body> </body>
</html> </html>