summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2013-08-17 23:08:31 +0200
committerCyril Roelandt <tipecaml@gmail.com>2013-08-17 23:08:31 +0200
commit251fbfddb72c074b2df603b06fa2e83c6069004e (patch)
treeac8571b762ee45c7cec4a6eb1d8e02d4553334a6 /build-aux
parent0e5b0f78f65e4ae5b5b2735c86ddc1a5e4b20b7e (diff)
downloadguix-patches-251fbfddb72c074b2df603b06fa2e83c6069004e.tar
guix-patches-251fbfddb72c074b2df603b06fa2e83c6069004e.tar.gz
list-packages: Remove a useless "colspan" attribute.
* build-aux/list-packages.scm (package->sxml): remove a useless "colspan" attribute.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/list-packages.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
index 3f17b874b1..bae25ac95d 100755
--- a/build-aux/list-packages.scm
+++ b/build-aux/list-packages.scm
@@ -103,8 +103,7 @@ exec guile -l "$0" \
(title "Link to the Guix package source code"))
,(package-name package) " "
,(package-version package)))
- (td (@ (colspan "2"))
- (a (@ (href "javascript:void(0)")
+ (td (a (@ (href "javascript:void(0)")
(title "show/hide package description")
(onClick ,(format #f "javascript:show_hide('~a')"
description-id)))