summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2018-08-11 22:16:57 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-11 22:16:57 +0200
commit28349b69a8e591ddd2472bd53a3029de96444696 (patch)
tree77e5575fb777768718546a398fa797c041117970 /templates
parent3d245660c53da4b4da832c3139329e091dbfac3d (diff)
Changed JS to use single quotes instead of double quotes
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 3ec6decc..c87ff3d4 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="%locale%">
<head>
<title>%title% - Engelsystem</title>
<meta charset="UTF-8"/>