From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 796D613825A for ; Sun, 15 May 2016 11:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC3F714347; Sun, 15 May 2016 11:48:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B31D71433F for ; Sun, 15 May 2016 11:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DF21340BDD for ; Sun, 15 May 2016 11:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC92A87B for ; Sun, 15 May 2016 11:48:36 +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: <1463312800.460a315b2952e8b9753969e84a19647531ec45b4.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: 460a315b2952e8b9753969e84a19647531ec45b4 X-VCS-Branch: master Date: Sun, 15 May 2016 11:48:36 +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-Archives-Salt: 678395e4-999c-49f5-86d0-945d07244c5f X-Archives-Hash: 0eb5fa6dd19e67448da77176fe259e53 commit: 460a315b2952e8b9753969e84a19647531ec45b4 Author: Thomas D whissi de> AuthorDate: Thu May 12 15:42:51 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun May 15 11:46:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=460a315b devbook.xsl: Change HTML title format Bug: https://bugs.gentoo.org/582750 devbook.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbook.xsl b/devbook.xsl index d399a7b..ced6901 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -417,7 +417,7 @@ <!DOCTYPE html> - Gentoo Development Guide: <xsl:value-of select="/guide/chapter[1]/title"/> + <xsl:value-of select="/guide/chapter[1]/title"/> – Gentoo Development Guide