list-packages: Remove a useless "colspan" attribute.
* build-aux/list-packages.scm (package->sxml): remove a useless "colspan" attribute.
This commit is contained in:
parent
0e5b0f78f6
commit
251fbfddb7
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue