From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1130529-garchives=archives.gentoo.org@lists.gentoo.org>
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 43684138334
	for <garchives@archives.gentoo.org>; Sat, 14 Dec 2019 10:48:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 531CDE089C;
	Sat, 14 Dec 2019 10:48:38 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 35C90E089C
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 10:48:38 +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 282CD34D886
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 10:48:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4461026C
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 Dec 2019 10:48:35 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1576320419.eb3d58f37c01096da99ae1b72f0e26e1036ae4c1.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: bin/, /
X-VCS-Repository: proj/devmanual
X-VCS-Files: bin/gen-eclass-html.sh devbook.xsl
X-VCS-Directories: bin/ /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: eb3d58f37c01096da99ae1b72f0e26e1036ae4c1
X-VCS-Branch: master
Date: Sat, 14 Dec 2019 10:48:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fedfed50-a9eb-43e0-848f-efd26a5a129d
X-Archives-Hash: 8fad50e253a1677e4bbaebdb48c64b16

commit:     eb3d58f37c01096da99ae1b72f0e26e1036ae4c1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 10:46:59 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 10:46:59 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=eb3d58f3

devbook.xsl, bin/gen-eclass-html.sh: Drop empty list item.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 bin/gen-eclass-html.sh | 1 -
 devbook.xsl            | 1 -
 2 files changed, 2 deletions(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index e7a72ab..e41c3df 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -19,7 +19,6 @@ IFS='' read -r -d '' FOOTER << 'EOF'
 <div class="col-xs-2 col-sm-3 col-md-2"><ul class="footerlinks three-icons">
 <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
-<li></li>
 </ul></div>
 <div class="col-xs-10 col-sm-9 col-md-10">
 <strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br><small>

diff --git a/devbook.xsl b/devbook.xsl
index 63ff219..aa93b75 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -566,7 +566,6 @@
               <ul class="footerlinks three-icons">
                 <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
                 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
-                <li></li>
               </ul>
             </div>
             <div class="col-xs-10 col-sm-9 col-md-10">