guix-commits
[Top][All Lists]
Advanced

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

01/02: website: packages: Move anchor to the right place.


From: Ludovic Courtès
Subject: 01/02: website: packages: Move anchor to the right place.
Date: Tue, 22 Dec 2015 17:57:08 +0000

civodul pushed a commit to branch master
in repository guix-artwork.

commit 2e02412a90fc9933735a4de74746091ee699174e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 22 18:45:29 2015 +0100

    website: packages: Move anchor to the right place.
    
    * website/www/packages.scm (package->sxml): Move 'a' within the 'span'
    that contains the synopsis.  Before that the "Expand" link would appear
    at the wrong place.
---
 website/www/packages.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/packages.scm b/website/www/packages.scm
index a943961..483c32b 100644
--- a/website/www/packages.scm
+++ b/website/www/packages.scm
@@ -214,8 +214,8 @@ description-ids as formal parameters."
                      (title "Link to the Guix package source code"))
                   ,(package-name package) " "
                   ,(package-version package)))
-           (td (a (@ (name ,anchor)))
-               (span ,(package-synopsis package))
+           (td (span ,(package-synopsis package)
+                     (a (@ (name ,anchor))))
                (div (@ (id ,description-id))
                     ,(match (package-logo (package-name package))
                        ((? string? url)



reply via email to

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