From a598403c5fca4d2e0b55b59b42e0fe76e1cabbaf Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 19 Apr 2020 20:36:58 +0200 Subject: Fix typo --- htdocs/mapscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js index 46cd08a..1ad176e 100644 --- a/htdocs/mapscript.js +++ b/htdocs/mapscript.js @@ -297,7 +297,7 @@ L.GotoControl = L.MyControl.extend({ options: { position: 'topleft', callback: prompt_location, - title: 'Jump to coordinates.', + title: 'Jump to coordinates', html: '⌖' } }); -- cgit v1.2.3