aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas D <whissi@whissi.de>2016-05-12 17:42:51 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-15 13:46:40 +0200
commit460a315b2952e8b9753969e84a19647531ec45b4 (patch)
treec9c1e17ec46476b8f683604d5c4b29bd57e7f9a7 /devbook.xsl
parentappendices/common-problems: Fix anchor link to "Version and Name Formatting I... (diff)
downloaddevmanual-460a315b2952e8b9753969e84a19647531ec45b4.tar.gz
devmanual-460a315b2952e8b9753969e84a19647531ec45b4.tar.bz2
devmanual-460a315b2952e8b9753969e84a19647531ec45b4.zip
devbook.xsl: Change HTML title format
Bug: https://bugs.gentoo.org/582750
Diffstat (limited to 'devbook.xsl')
-rw-r--r--devbook.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbook.xsl b/devbook.xsl
index d399a7b..ced6901 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -417,7 +417,7 @@
<xsl:text disable-output-escaping='yes'>&lt;!DOCTYPE html&gt;</xsl:text>
<html>
<head>
- <title>Gentoo Development Guide: <xsl:value-of select="/guide/chapter[1]/title"/></title>
+ <title><xsl:value-of select="/guide/chapter[1]/title"/> – Gentoo Development Guide</title>
<xsl:variable name="relative_path_depth" select="string-length(/guide/@self)-string-length(translate(/guide/@self, '/' , ''))"/>
<xsl:variable name="relative_path_depth_recursion">
<xsl:call-template name="str:repeatString">