Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: bin/, /
Date: Sat, 14 Dec 2019 10:48:39
Message-Id: 1576320419.eb3d58f37c01096da99ae1b72f0e26e1036ae4c1.ulm@gentoo
1 commit: eb3d58f37c01096da99ae1b72f0e26e1036ae4c1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 10:46:59 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 10:46:59 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=eb3d58f3
7
8 devbook.xsl, bin/gen-eclass-html.sh: Drop empty list item.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 bin/gen-eclass-html.sh | 1 -
13 devbook.xsl | 1 -
14 2 files changed, 2 deletions(-)
15
16 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
17 index e7a72ab..e41c3df 100755
18 --- a/bin/gen-eclass-html.sh
19 +++ b/bin/gen-eclass-html.sh
20 @@ -19,7 +19,6 @@ IFS='' read -r -d '' FOOTER << 'EOF'
21 <div class="col-xs-2 col-sm-3 col-md-2"><ul class="footerlinks three-icons">
22 <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
23 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
24 -<li></li>
25 </ul></div>
26 <div class="col-xs-10 col-sm-9 col-md-10">
27 <strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br><small>
28
29 diff --git a/devbook.xsl b/devbook.xsl
30 index 63ff219..aa93b75 100644
31 --- a/devbook.xsl
32 +++ b/devbook.xsl
33 @@ -566,7 +566,6 @@
34 <ul class="footerlinks three-icons">
35 <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
36 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
37 - <li></li>
38 </ul>
39 </div>
40 <div class="col-xs-10 col-sm-9 col-md-10">