r6673 introduced typos in this file resulting in not valid html code

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6731 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-03-31 09:33:49 +00:00
parent 0f35350920
commit d225c8b42a

View File

@@ -126,22 +126,22 @@
<body onload="init()">
<h1 id="title">WMC Example</h1>
<d v id="tags">
</ iv>
<p id="shortdesc">
<div id="tags">
</div>
<p id="shortdesc">
Shows parsing of Web Map Context documents.
</ >
<d v id="map"></div>
</p>
<div id="map"></div>
<button onclick="writeWMC();">write</button>
<button onclick="readWMC();">read as new map</button>
<button onclick="readWMC(true);">read and merge</button>
<textarea id="wmc">paste WMC doc here</textarea>
<d v id="docs">
This is an example of parsing WMC documents. <br />
The format class has a layerOptions property, which can be used
to control the default options of the layer when it is created
by the parser.
</ iv>
<div id="docs">
This is an example of parsing WMC documents. <br />
The format class has a layerOptions property, which can be used
to control the default options of the layer when it is created
by the parser.
</div>
</body>
</html>