From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24981: [Website] All pages fail the HTML validation test Date: Sat, 09 Dec 2017 22:15:47 +0100 Message-ID: <87lgibd2m4.fsf@gnu.org> References: <39c35b21c4edc31b948f5b29c6f321a1@openmailbox.org> <721a2b27-4274-3809-0c25-c3e4de756e90@zoho.com> <87tvx2buei.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNmTe-0007vb-0Z for bug-guix@gnu.org; Sat, 09 Dec 2017 16:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNmTa-0003aD-RP for bug-guix@gnu.org; Sat, 09 Dec 2017 16:16:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45499) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNmTa-0003Zk-Mz for bug-guix@gnu.org; Sat, 09 Dec 2017 16:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eNmTa-0003ye-Hm for bug-guix@gnu.org; Sat, 09 Dec 2017 16:16:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (sirgazil@zoho.com's message of "Sat, 9 Dec 2017 10:17:34 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: sirgazil Cc: 24981@debbugs.gnu.org sirgazil skribis: > On 07/12/17 07:21, Ludovic Court=C3=A8s wrote: >> Hello, >> >> sirgazil skribis: >> >>> With the new website online, all pages pass the HTML validation, >>> except for the Packages page, which has a

tag for no opened P >>> element in every package description, >> >> Oh, how=E2=80=99s that possible? A bug in Guile=E2=80=99s =E2=80=98sxml= ->xml=E2=80=99? > > I just fixed this one. It was a mistake in the packages template > (using a DIV element inside a P element). > > https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/commit/?id=3D61b7= 9b7fdd5a2a5bbaae7f53891e489ffa28fc95 Good catch, thanks! Ludo=E2=80=99.