diff options
author | Bot <bot@myigel.name> | 2018-08-11 22:16:57 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2018-08-11 22:16:57 +0200 |
commit | 28349b69a8e591ddd2472bd53a3029de96444696 (patch) | |
tree | 77e5575fb777768718546a398fa797c041117970 /templates/layout.html | |
parent | 3d245660c53da4b4da832c3139329e091dbfac3d (diff) |
Changed JS to use single quotes instead of double quotes
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
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"/> |