me
/
guix
Archived
1
0
Fork 0

list-packages: remove deprecated "height" attribute on "td" element.

See http://www.w3.org/TR/html5-diff/#obsolete-attributes for more information.

* build-aux/list-packages.html(package-sxml)[description-id]: remove "height"
  attribute for "td" elements.
master
Cyril Roelandt 2013-08-15 17:12:44 +02:00
parent 0938cd2731
commit 2ad6bfaba8
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ exec guile -l "$0" \
(title "Link to the Guix package source code"))
,(package-name package) " "
,(package-version package)))
(td (@ (colspan "2") (height "0"))
(td (@ (colspan "2"))
(a (@ (href "javascript:void(0)")
(title "show/hide package description")
(onClick ,(format #f "javascript:show_hide('~a')"