aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2025-02-18 19:50:17 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2025-02-18 19:50:17 -0600
commitbc6d64f5a66c478008ad93a19d14ab1bf9b54668 (patch)
tree4659fa4553ac76ec08fc64d563f6f4acafcf5317 /src
parentc8c7e8ff1eb70b00bd5e4b8fb1722a2b525f689a (diff)
Add a valid lang attribute.
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/templates/actuatorDashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/actuatorDashboard.html b/src/main/resources/templates/actuatorDashboard.html
index e97bb8f..2092463 100644
--- a/src/main/resources/templates/actuatorDashboard.html
+++ b/src/main/resources/templates/actuatorDashboard.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html xmlns:th="http://www.thymeleaf.org">
+<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<title>spring-boot-actuator</title>
<meta charset="UTF-8" />