[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: Fix typo in the main page.
From: |
Ludovic Courtès |
Subject: |
01/01: website: Fix typo in the main page. |
Date: |
Tue, 12 May 2015 20:52:04 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 0e0a5a9a0c9488e47900bb4be1f1d79672c0a3bc
Author: Ludovic Courtès <address@hidden>
Date: Tue May 12 22:51:38 2015 +0200
website: Fix typo in the main page.
* website/www.scm (main-page): Add missing unquote.
---
website/www.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/website/www.scm b/website/www.scm
index 3139b2c..95cd7bf 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -59,7 +59,7 @@ composed."))
(div (@ (class "featured-actions"))
(a (@ (href ,(base-url "download"))
(class "action download"))
- "TEST v" (latest-guix-version) " (alpha)")
+ "TEST v" ,(latest-guix-version) " (alpha)")
(a (@ (href ,(base-url "contribute"))
(class "action contribute"))
"CONTRIBUTE"))))