diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 14:49:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 14:49:22 +0200 |
commit | ce73a0aaae14489b6eea8cea64c029d8575c18ea (patch) | |
tree | 645502c38fa4dbadad910e0e09c82efc088367af | |
parent | 92e4689c0b5fe2a85e5aea2fe67a8d3eaf7dc771 (diff) | |
download | guix-artwork-ce73a0aaae14489b6eea8cea64c029d8575c18ea.tar guix-artwork-ce73a0aaae14489b6eea8cea64c029d8575c18ea.tar.gz |
website: Typo.
* website/www.scm (main-page): Add missing unquote.
-rw-r--r-- | website/www.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index 5ffd76d..0557520 100644 --- a/website/www.scm +++ b/website/www.scm @@ -287,7 +287,7 @@ Distribution.") "Discussion about the development of the broader GNU system.") - (p (a (@ (href (base-url "about#contact")) + (p (a (@ (href ,(base-url "about#contact")) (class "hlink-more-dark")) "Find all the available lists"))))) ,(html-page-footer)))) |