Incorrect attribution in e723e76

This commit is contained in:
Steve 2014-03-12 09:27:41 -04:00
parent e723e7628f
commit 146064daa1

View File

@ -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: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
var LeafIcon = L.Icon.extend({