[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: download: Fix missing unquote.
From: |
David Thompson |
Subject: |
01/01: website: download: Fix missing unquote. |
Date: |
Wed, 13 May 2015 13:58:25 +0000 |
davexunit pushed a commit to branch master
in repository guix-artwork.
commit 04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3
Author: David Thompson <address@hidden>
Date: Wed May 13 09:57:38 2015 -0400
website: download: Fix missing unquote.
* website/www/download.scm (download-page): Unquote '(latest-guix-version)'.
---
website/www/download.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/website/www/download.scm b/website/www/download.scm
index 04b92f3..c746d4d 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -64,7 +64,7 @@ dependencies.")
(div (@ (id "content-box"))
(article
(h1 "Download")
- (p "As of version " (latest-guix-version)
+ (p "As of version " ,(latest-guix-version)
", the Guix System Distribution "
(a (@ (href ,(guix-url
"manual/html_node/System-Installation.html")))
"can be installed")