From d332ac2ef6a3cf39209dcb2e276e510822c5ede9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 14 Apr 2011 15:00:12 +0000 Subject: [PATCH] Correcting markup in attribution template for Bing layer. p=manchito r=me (closes #3260). git-svn-id: http://svn.openlayers.org/trunk/openlayers@11889 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Bing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Bing.js b/lib/OpenLayers/Layer/Bing.js index 9fbd3453dd..277e8d1f86 100644 --- a/lib/OpenLayers/Layer/Bing.js +++ b/lib/OpenLayers/Layer/Bing.js @@ -24,7 +24,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, { */ attributionTemplate: '' + '
' + - '
${copyrights}' + + '${copyrights}' + '' + 'Terms of Use
',