diff options
author | William Harrington <kb0iic@berzerkula.org> | 2025-02-18 19:50:17 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2025-02-18 19:50:17 -0600 |
commit | bc6d64f5a66c478008ad93a19d14ab1bf9b54668 (patch) | |
tree | 4659fa4553ac76ec08fc64d563f6f4acafcf5317 | |
parent | c8c7e8ff1eb70b00bd5e4b8fb1722a2b525f689a (diff) |
Add a valid lang attribute.
-rw-r--r-- | src/main/resources/templates/actuatorDashboard.html | 2 |
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" /> |