diff --git a/examples/navigation-history.html b/examples/navigation-history.html index f5a1fce8d7..9727d7fd18 100644 --- a/examples/navigation-history.html +++ b/examples/navigation-history.html @@ -35,7 +35,7 @@ function init(){ map = new OpenLayers.Map('map'); - + nav = new OpenLayers.Control.NavigationHistory(); // parent control must be added to the map map.addControl(nav); @@ -69,7 +69,7 @@
- Map navigation history controls