Skip to content

Commit

Permalink
Add missing attributes to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Oct 3, 2024
1 parent 685a106 commit ebbf8f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.html}"
lang="">
lang="de">
<body>
<section layout:fragment="content">
<div th:replace="~{fragments/internal-server-error}"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.html}"
lang="">
lang="de">
<body>
<section layout:fragment="content">
<span class="display-4">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--prettier-ignore-->
<!DOCTYPE html>
<html lang="" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<html lang="de" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<head>
<script
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
Expand Down

0 comments on commit ebbf8f8

Please sign in to comment.