Skip to content
Snippets Groups Projects
Commit 251fbfdd authored by Cyril Roelandt's avatar Cyril Roelandt
Browse files

list-packages: Remove a useless "colspan" attribute.

* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
  attribute.
parent 0e5b0f78
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,7 @@ (define (package-logo name) ...@@ -103,8 +103,7 @@ (define (package-logo name)
(title "Link to the Guix package source code")) (title "Link to the Guix package source code"))
,(package-name package) " " ,(package-name package) " "
,(package-version package))) ,(package-version package)))
(td (@ (colspan "2")) (td (a (@ (href "javascript:void(0)")
(a (@ (href "javascript:void(0)")
(title "show/hide package description") (title "show/hide package description")
(onClick ,(format #f "javascript:show_hide('~a')" (onClick ,(format #f "javascript:show_hide('~a')"
description-id))) description-id)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment