From ec209b5b42b96bc92c0f573580e860472e6ef13c Mon Sep 17 00:00:00 2001 From: Will Selway Date: Mon, 8 Apr 2019 15:34:19 +0100 Subject: [PATCH] Changed attribution control default link to HTTPS --- src/control/Control.Attribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/Control.Attribution.js b/src/control/Control.Attribution.js index 49cd478e8c9..4b362331bae 100644 --- a/src/control/Control.Attribution.js +++ b/src/control/Control.Attribution.js @@ -21,7 +21,7 @@ export var Attribution = Control.extend({ // @option prefix: String = 'Leaflet' // The HTML text shown before the attributions. Pass `false` to disable. - prefix: 'Leaflet' + prefix: 'Leaflet' }, initialize: function (options) {