From 4d6ccf2e50b1d28ec4b888759e07592adf53ab89 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 10 Feb 2008 20:48:51 +0000 Subject: [PATCH] Closing the panel div. git-svn-id: http://svn.openlayers.org/trunk/openlayers@6183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/navigation-history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
+ Map navigation history controls