guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] list-packages: remove deprecated "height" attribute on "td"


From: Cyril Roelandt
Subject: [PATCH 1/2] list-packages: remove deprecated "height" attribute on "td" element.
Date: Thu, 15 Aug 2013 17:41:41 +0200

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.
---
 build-aux/list-packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
index d060787..5ca2323 100755
--- a/build-aux/list-packages.scm
+++ b/build-aux/list-packages.scm
@@ -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')"
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]