OpenLayers OpenLayers

Changeset 6731

Show
Ignore:
Timestamp:
03/31/08 04:33:49 (5 months ago)
Author:
pgiraud
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/wmc.html

    r6673 r6731  
    127127    <h1 id="title">WMC Example</h1> 
    128128 
    129     <d    v id="tags"> 
    130     </    iv> 
    131     <p    id="shortdesc"> 
     129    <div id="tags"> 
     130    </div> 
     131    <p id="shortdesc"> 
    132132           Shows parsing of Web Map Context documents. 
    133     </   
    134     <d    v id="map"></div> 
     133    </p
     134    <div id="map"></div> 
    135135        <button onclick="writeWMC();">write</button> 
    136136        <button onclick="readWMC();">read as new map</button> 
    137137        <button onclick="readWMC(true);">read and merge</button> 
    138138        <textarea id="wmc">paste WMC doc here</textarea> 
    139     <d    v id="docs"> 
    140             This is an example of parsing WMC documents. <br /> 
    141             The format class has a layerOptions property, which can be used 
    142             to control the default options of the layer when it is created 
    143             by the parser. 
    144     </    iv> 
     139    <div id="docs"> 
     140        This is an example of parsing WMC documents. <br /> 
     141        The format class has a layerOptions property, which can be used 
     142        to control the default options of the layer when it is created 
     143        by the parser. 
     144    </div> 
    145145  </body> 
    146146</html>