diff options
author | 2019-12-14 11:46:59 +0100 | |
---|---|---|
committer | 2019-12-14 11:46:59 +0100 | |
commit | eb3d58f37c01096da99ae1b72f0e26e1036ae4c1 (patch) | |
tree | bb841f6b63a174d3a4e6e59729496a291f508bb4 /bin | |
parent | devbook.xsl: Indent with spaces only. (diff) | |
download | devmanual-eb3d58f37c01096da99ae1b72f0e26e1036ae4c1.tar.gz devmanual-eb3d58f37c01096da99ae1b72f0e26e1036ae4c1.tar.bz2 devmanual-eb3d58f37c01096da99ae1b72f0e26e1036ae4c1.zip |
devbook.xsl, bin/gen-eclass-html.sh: Drop empty list item.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 1 |
1 files changed, 0 insertions, 1 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> |