Skip to content

Commit

Permalink
Add missing lang attribute to html files (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis authored Jun 13, 2024
1 parent fc64ee1 commit 375d0a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion baremaps-renderer/assets/report-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Baremaps Renderer</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-server/src/main/resources/geocoder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Baremaps Geocoder example</title>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-server/src/main/resources/iploc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Baremaps Iploc example</title>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-server/src/main/resources/static/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<script src="https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js" integrity="sha256-qmQe97oAYERiVjChfXOO7hB6XvtPv+LURdheDkwjygk=" crossorigin="anonymous"></script>
<script src="https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js" integrity="sha256-NYdRoIbqeAWkTHjpa/BukMLXcsiqFoDuJCYzzaRei30=" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion baremaps-server/src/main/resources/static/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<script src="https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js" integrity="sha256-qmQe97oAYERiVjChfXOO7hB6XvtPv+LURdheDkwjygk=" crossorigin="anonymous"></script>
<script src="https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js" integrity="sha256-NYdRoIbqeAWkTHjpa/BukMLXcsiqFoDuJCYzzaRei30=" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion basemap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
<script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/openstreetmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<html lang="en">
<head>
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
<script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script>
Expand Down

0 comments on commit 375d0a3

Please sign in to comment.