diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-25 17:27:04 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-28 07:25:01 +0100 |
commit | 2b33c9a170b122b6fd4ff33718698b25baaca889 (patch) | |
tree | 47ca825bbdc8963d26a25226cbb6932f9b5de310 /bin | |
parent | bin/gen-eclass-html.sh: New option -n to create a placeholder file. (diff) | |
download | devmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.tar.gz devmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.tar.bz2 devmanual-2b33c9a170b122b6fd4ff33718698b25baaca889.zip |
bin/gen-eclass-html.sh: Use en-dash in page title.
For consistency with devbook.xsl. The literal character is visually
indistinguishable from other dashes when using a fixed-width font,
therefore replace it by an – escape.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index ed43090..88f05a0 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -10,7 +10,7 @@ IFS='' read -r -d '' HEADER << 'EOF' <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>@TITLE@ - Gentoo Development Guide</title> + <title>@TITLE@ – Gentoo Development Guide</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="The Gentoo Devmanual is a technical manual which covers topics such as writing ebuilds and eclasses, and policies that developers should be abiding by."> <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen"> |