diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-05-21 04:20:27 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-05-21 04:20:27 +0200 |
commit | 4292178ce8885e804364268ed5b839b8a68729fb (patch) | |
tree | 877f3df1b0b9edce0d1ccd4cfda4d088ba9690aa | |
parent | Fix typo spotted on online doc by Markie. (diff) | |
download | apache2-4292178ce8885e804364268ed5b839b8a68729fb.tar.xz apache2-4292178ce8885e804364268ed5b839b8a68729fb.zip |
Add version number in <title> as proposed by Louise Hope in online doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596441 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/style/xsl/common.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index f8da447eba..8eb2b1293f 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -142,6 +142,8 @@ <xsl:text> </xsl:text> <xsl:value-of select="normalize-space($message[@id='apachetitle'])"/> + <xsl:text> </xsl:text> + <xsl:value-of select="normalize-space($message[@id='version'])"/> </title>&lf; <!-- chm files get a slightly different stylesheet --> |