summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-05-21 04:20:27 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-05-21 04:20:27 +0200
commit4292178ce8885e804364268ed5b839b8a68729fb (patch)
tree877f3df1b0b9edce0d1ccd4cfda4d088ba9690aa
parentFix typo spotted on online doc by Markie. (diff)
downloadapache2-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.xsl2
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 -->