This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch sonar in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit b0e17c537ea28d0cbdeedeb29c42e67898b48e4e Author: Bertil Chapuis <[email protected]> AuthorDate: Thu Jun 13 14:08:04 2024 +0200 Add missing lang attribute to html files --- baremaps-renderer/assets/report-template.html | 2 +- baremaps-server/src/main/resources/geocoder/index.html | 2 +- baremaps-server/src/main/resources/iploc/index.html | 2 +- baremaps-server/src/main/resources/static/server.html | 2 +- baremaps-server/src/main/resources/static/viewer.html | 2 +- basemap/index.html | 2 +- examples/openstreetmap/index.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/baremaps-renderer/assets/report-template.html b/baremaps-renderer/assets/report-template.html index a29ae9a7..3a4395e0 100644 --- a/baremaps-renderer/assets/report-template.html +++ b/baremaps-renderer/assets/report-template.html @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>Baremaps Renderer</title> <style> diff --git a/baremaps-server/src/main/resources/geocoder/index.html b/baremaps-server/src/main/resources/geocoder/index.html index c97cdb60..5ae75f29 100644 --- a/baremaps-server/src/main/resources/geocoder/index.html +++ b/baremaps-server/src/main/resources/geocoder/index.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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> diff --git a/baremaps-server/src/main/resources/iploc/index.html b/baremaps-server/src/main/resources/iploc/index.html index 8e84017f..3d7d38ec 100644 --- a/baremaps-server/src/main/resources/iploc/index.html +++ b/baremaps-server/src/main/resources/iploc/index.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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> diff --git a/baremaps-server/src/main/resources/static/server.html b/baremaps-server/src/main/resources/static/server.html index b1fc66e0..d5ef7752 100644 --- a/baremaps-server/src/main/resources/static/server.html +++ b/baremaps-server/src/main/resources/static/server.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<html> +<html lang="en"> <head> <script src="https://unpkg.com/[email protected]/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> diff --git a/baremaps-server/src/main/resources/static/viewer.html b/baremaps-server/src/main/resources/static/viewer.html index c5a920de..75b3b773 100644 --- a/baremaps-server/src/main/resources/static/viewer.html +++ b/baremaps-server/src/main/resources/static/viewer.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<html> +<html lang="en"> <head> <script src="https://unpkg.com/[email protected]/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> diff --git a/basemap/index.html b/basemap/index.html index f903e4c5..940c72f6 100644 --- a/basemap/index.html +++ b/basemap/index.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<html> +<html lang="en"> <head> <script src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script> <script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script> diff --git a/examples/openstreetmap/index.html b/examples/openstreetmap/index.html index f903e4c5..940c72f6 100644 --- a/examples/openstreetmap/index.html +++ b/examples/openstreetmap/index.html @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<html> +<html lang="en"> <head> <script src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script> <script src='https://baremaps.apache.org/assets/maplibre/maplibre-gl-inspect.js'></script>
