me
/
guix
Archived
1
0
Fork 0

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

* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
  attribute.
master
Cyril Roelandt 2013-08-17 23:08:31 +02:00
parent 0e5b0f78f6
commit 251fbfddb7
1 changed files with 1 additions and 2 deletions

View File

@ -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)))