Skip to content

Commit c33387f

Browse files
committed
Demo: specify charset="utf-8"
1 parent 6072ee1 commit c33387f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<title>Leaflet Control Geocoder</title>
55

6-
<meta name='viewport' content='width=device-width, user-scalable=no initial-scale=1, maximum-scale=1'>
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, user-scalable=no initial-scale=1, maximum-scale=1">
78

89
<link rel="stylesheet" href="https://unpkg.com/leaflet@latest/dist/leaflet.css" />
910
<link rel="stylesheet" href="../dist/Control.Geocoder.css" />

0 commit comments

Comments
 (0)