unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] list-packages: Remove a useless "colspan" attribute.
@ 2013-08-17 21:17 Cyril Roelandt
  2013-08-17 22:28 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Cyril Roelandt @ 2013-08-17 21:17 UTC (permalink / raw)
  To: guix-devel

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

diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
index 3f17b87..bae25ac 100755
--- a/build-aux/list-packages.scm
+++ b/build-aux/list-packages.scm
@@ -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)))
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] list-packages: Remove a useless "colspan" attribute.
  2013-08-17 21:17 [PATCH] list-packages: Remove a useless "colspan" attribute Cyril Roelandt
@ 2013-08-17 22:28 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2013-08-17 22:28 UTC (permalink / raw)
  To: Cyril Roelandt; +Cc: guix-devel

Cyril Roelandt <tipecaml@gmail.com> skribis:

> * build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
>   attribute.

Yup.

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-17 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-17 21:17 [PATCH] list-packages: Remove a useless "colspan" attribute Cyril Roelandt
2013-08-17 22:28 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).