From ff6a4d44e7b9502cf8e54b1ac295996176110952 Mon Sep 17 00:00:00 2001 From: pgiraud Date: Tue, 21 Sep 2010 13:20:11 +0000 Subject: [PATCH] Fixing identation, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10775 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/vector-features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector-features.html b/examples/vector-features.html index 5bcebb8a0e..c133d51dd1 100644 --- a/examples/vector-features.html +++ b/examples/vector-features.html @@ -63,7 +63,7 @@ style_mark.graphicYOffset = -style_mark.graphicHeight; style_mark.externalGraphic = "../img/marker.png"; // graphicTitle only works in Firefox and Internet Explorer - style_mark.graphicTitle = "this is a test tooltip"; + style_mark.graphicTitle = "this is a test tooltip"; var vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry", {style: layer_style});