guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Fix display of labels in links to the ma


From: Florian Pelz
Subject: branch master updated: website: Fix display of labels in links to the manual.
Date: Wed, 29 Jul 2020 02:00:03 -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 0920b3d  website: Fix display of labels in links to the manual.
0920b3d is described below

commit 0920b3d2f11b5ae840a00f4a3d5ac928c1998743
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Wed Jul 29 07:41:15 2020 +0200

    website: Fix display of labels in links to the manual.
    
    Reported by Ludovic Courtès <ludo@gnu.org>.
    
    * website/apps/base/templates/components.scm (manual-href): Add missing 
unquote.
---
 website/apps/base/templates/components.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/templates/components.scm 
b/website/apps/base/templates/components.scm
index 285773b..44d410e 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -253,7 +253,7 @@ manual.
    SUBPATH (string)
      The same as in the manual-url procedure."
   ;; The _ arguments are placeholders for args added by G_, cf. i18n-howto.txt.
-  `(a (@ (href ,(manual-url subpath #:language manual-lang))) label))
+  `(a (@ (href ,(manual-url subpath #:language manual-lang))) ,label))
 
 (define* (manual-link-yellow label manual-lang _1 #:optional (subpath "") _2)
   "Return a link-yellow component pointing to the manual.  It can be



reply via email to

[Prev in Thread] Current Thread [Next in Thread]