From 146064daa13bffe18aa78b66248509f8ffbbeb4c Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 12 Mar 2014 09:27:41 -0400 Subject: [PATCH] Incorrect attribution in e723e76 --- examples/custom-icons-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-icons-example.html b/examples/custom-icons-example.html index 30d5399b..dec56520 100644 --- a/examples/custom-icons-example.html +++ b/examples/custom-icons-example.html @@ -16,7 +16,7 @@ var map = L.map('map').setView([51.5, -0.09], 13); L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { - attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' + attribution: '© OpenStreetMap contributors' }).addTo(map); var LeafIcon = L.Icon.extend({