~ruther/guix-local

251fbfddb72c074b2df603b06fa2e83c6069004e — Cyril Roelandt 12 years ago 0e5b0f7
list-packages: Remove a useless "colspan" attribute.

* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
  attribute.
1 files changed, 1 insertions(+), 2 deletions(-)

M build-aux/list-packages.scm
M build-aux/list-packages.scm => build-aux/list-packages.scm +1 -2
@@ 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)))