diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-22 18:34:51 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-22 18:34:51 +0100 |
commit | 378c8d2fb42e1d0638612f54466d564222f3c29b (patch) | |
tree | eb3b2ac35d6b9c884badadadda9b8f9ea46e883a /templates/index.html/header.html | |
parent | 8923d7659357930c44a881fae58c5f2cab6b635c (diff) | |
download | low-puszcza-378c8d2fb42e1d0638612f54466d564222f3c29b.tar.gz low-puszcza-378c8d2fb42e1d0638612f54466d564222f3c29b.zip |
Remove content-language
Diffstat (limited to 'templates/index.html/header.html')
-rw-r--r-- | templates/index.html/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html/header.html b/templates/index.html/header.html index 02d642c..0de82b1 100644 --- a/templates/index.html/header.html +++ b/templates/index.html/header.html @@ -2,7 +2,6 @@ <html dir="ltr" lang="${lang}"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta http-equiv="Content-Language" content="${lang}" /> <meta name="viewport" content="width=device-width" /> <meta name="keywords" content="${keywords}" /> <meta name="description" content="${description}" /> |