Skip to content

Commit 375d0a3

Browse files
authored
Add missing lang attribute to html files (#874)
1 parent fc64ee1 commit 375d0a3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

baremaps-renderer/assets/report-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<!DOCTYPE html>
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<title>Baremaps Renderer</title>
2121
<style>

baremaps-server/src/main/resources/geocoder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<meta charset="utf-8"/>
2121
<title>Baremaps Geocoder example</title>

baremaps-server/src/main/resources/iploc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<meta charset="utf-8"/>
2121
<title>Baremaps Iploc example</title>

baremaps-server/src/main/resources/static/server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<script src="https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js" integrity="sha256-qmQe97oAYERiVjChfXOO7hB6XvtPv+LURdheDkwjygk=" crossorigin="anonymous"></script>
2121
<script src="https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js" integrity="sha256-NYdRoIbqeAWkTHjpa/BukMLXcsiqFoDuJCYzzaRei30=" crossorigin="anonymous"></script>

baremaps-server/src/main/resources/static/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<script src="https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js" integrity="sha256-qmQe97oAYERiVjChfXOO7hB6XvtPv+LURdheDkwjygk=" crossorigin="anonymous"></script>
2121
<script src="https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js" integrity="sha256-NYdRoIbqeAWkTHjpa/BukMLXcsiqFoDuJCYzzaRei30=" crossorigin="anonymous"></script>

basemap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
2121
<script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script>

examples/openstreetmap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<html>
18+
<html lang="en">
1919
<head>
2020
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
2121
<script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script>

0 commit comments

Comments
 (0)