[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: Fix value of html lang attribute.
From: |
Florian Pelz |
Subject: |
branch master updated: website: Fix value of html lang attribute. |
Date: |
Mon, 27 Jul 2020 16:06:15 -0400 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 4ab8ab5 website: Fix value of html lang attribute.
4ab8ab5 is described below
commit 4ab8ab5c2f04dbb584a76d842a7864454013bba1
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Mon Jul 27 12:36:39 2020 +0200
website: Fix value of html lang attribute.
Reported by Dmitry Alexandrov <dag@gnui.org>.
* website/apps/base/templates/theme.scm (theme): Add missing unquote.
---
website/apps/base/templates/theme.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/theme.scm
b/website/apps/base/templates/theme.scm
index f77d341..4734ee5 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -67,7 +67,7 @@
`((doctype "html")
(html
- (@ (lang lang-tag))
+ (@ (lang ,lang-tag))
(head
,(if (null? title)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: Fix value of html lang attribute.,
Florian Pelz <=