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

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>WMS Capabilities Speed Test</test>
<title>WMS Capabilities Speed Test</title>
<script src="../../lib/OpenLayers.js"></script>
<script src="wmscaps.js"></script>
<script>
@@ -14,7 +14,7 @@
}
function run(func, x) {
document.getElementById("out").innerHTML = "running ..."
document.getElementById("out").innerHTML = "running ...";
var starts = {};
var elapsed = 0;
completed = 0;
@@ -50,4 +50,3 @@
<div id="out"></div>
</body>
</html>