OpenLayers OpenLayers

Changeset 6183

Show
Ignore:
Timestamp:
02/10/08 15:48:51 (7 months ago)
Author:
tschaub
Message:

Closing the panel div.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/navigation-history.html

    r6167 r6183  
    3636            function init(){ 
    3737                map = new OpenLayers.Map('map'); 
    38                  
     38 
    3939                nav = new OpenLayers.Control.NavigationHistory(); 
    4040                // parent control must be added to the map 
     
    7070 
    7171        <div id="map"></div> 
    72         Map navigation history controls<div id="panel"><div> 
     72        Map navigation history controls<div id="panel"></div> 
    7373        <div id="docs"></div> 
    7474    </body>