aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-08 17:40:20 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-08 17:40:20 +0100
commit0b9098981a7edcc97f5425ffb71a8b6a25287032 (patch)
treef572c69a1346aa97643e4d29cb713e38a7699eae /guix-data-service
parent1b197884d01bb1f6e2ccef60cb39280f7ed259f0 (diff)
downloaddata-service-0b9098981a7edcc97f5425ffb71a8b6a25287032.tar
data-service-0b9098981a7edcc97f5425ffb71a8b6a25287032.tar.gz
Specify the language on the html tag
Rather than using a meta tag, apparently this is better.
Diffstat (limited to 'guix-data-service')
-rw-r--r--guix-data-service/web/view/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index 0f003ec..0e80454 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -67,11 +67,11 @@
(title "Guix Data Service"))
`((doctype "html")
(html
+ (@ (lang "en"))
(head
(title ,title)
(meta (@ (http-equiv "Content-Type")
(content "text/html; charset=UTF-8")))
- (meta (@ (http-equiv "Content-Language") (content "en")))
(meta (@ (name "author") (content "Christopher Baines")))
(meta (@ (name "viewport")
(content "width=device-width, initial-scale=1")))