From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/2] build-aux/list-packages.scm: fix HTML errors. Date: Thu, 15 Aug 2013 17:41:40 +0200 Message-ID: <1376581302-21146-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9zzL-0003eF-AP for guix-devel@gnu.org; Thu, 15 Aug 2013 12:01:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9zzC-0003Hf-N9 for guix-devel@gnu.org; Thu, 15 Aug 2013 12:01:27 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:34311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9zzC-0003H7-Ec for guix-devel@gnu.org; Thu, 15 Aug 2013 12:01:18 -0400 Received: by mail-we0-f169.google.com with SMTP id n5so747539wev.0 for ; Thu, 15 Aug 2013 09:01:17 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org These two (tivial) patches fix small errors in the HTML generated by the build-aux/list-packages.scm script. Regards, Cyril Roelandt. --- Cyril Roelandt (2): list-packages: remove deprecated "height" attribute on "td" element. list-packages: remove useless "language" attribute of "script" element build-aux/list-packages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.3.1