From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B503138350 for ; Thu, 9 Jan 2020 07:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E45E087E; Thu, 9 Jan 2020 07:35:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 516B2E087E for ; Thu, 9 Jan 2020 07:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CA7934DEAA for ; Thu, 9 Jan 2020 07:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D53DC92 for ; Thu, 9 Jan 2020 07:34:58 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1578387182.1f0a3ae7ca5d7f0321a8bd852d3eaba60ab2a06e.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devbook.xsl X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1f0a3ae7ca5d7f0321a8bd852d3eaba60ab2a06e X-VCS-Branch: master Date: Thu, 9 Jan 2020 07:34:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 119579c3-de89-4a22-81f0-dbab747c3e4b X-Archives-Hash: 9095fce26b8854225b1b9d4da86b9826 commit: 1f0a3ae7ca5d7f0321a8bd852d3eaba60ab2a06e Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 3 19:14:23 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 7 08:53:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1f0a3ae7 devbook.xsl: Don't treat commas in ID attributes as special. Now that invalid characters are filtered, special treatment of commas is no longer necessary. See also bug #141686. Signed-off-by: Ulrich Müller gentoo.org> devbook.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index 9d3d5f0..cae10ae 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -278,8 +278,8 @@ - abcdefghijklmnopqrstuvwxyz-- - ABCDEFGHIJKLMNOPQRSTUVWXYZ , + abcdefghijklmnopqrstuvwxyz- + ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz0123456789-._