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
This commit is contained in:
@@ -24,7 +24,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
|||||||
*/
|
*/
|
||||||
attributionTemplate: '<span class="olBingAttribution ${type}">' +
|
attributionTemplate: '<span class="olBingAttribution ${type}">' +
|
||||||
'<div><a target="_blank" href="http://www.bing.com/maps/">' +
|
'<div><a target="_blank" href="http://www.bing.com/maps/">' +
|
||||||
'<img src="${logo}"></img></div></a>${copyrights}' +
|
'<img src="${logo}" /></a></div>${copyrights}' +
|
||||||
'<a style="white-space: nowrap" target="_blank" '+
|
'<a style="white-space: nowrap" target="_blank" '+
|
||||||
'href="http://www.microsoft.com/maps/product/terms.html">' +
|
'href="http://www.microsoft.com/maps/product/terms.html">' +
|
||||||
'Terms of Use</a></span>',
|
'Terms of Use</a></span>',
|
||||||
|
|||||||
Reference in New Issue
Block a user