summaryrefslogtreecommitdiff
path: root/docs/manual/style
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-05-21 18:48:11 +0000
committerChristophe Jaillet <jailletc36@apache.org>2014-05-21 18:48:11 +0000
commit7a8ab9d47d152d3f611b47731ae8bee53076c208 (patch)
treec26b8a0f24f5d4e13c2f5c2280bd5741d9bd1e54 /docs/manual/style
parentff4929bbaf6d9afbdc99e8a4df2c2d450c203045 (diff)
downloadhttpd-7a8ab9d47d152d3f611b47731ae8bee53076c208.tar.gz
Add version number in <title>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1596647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-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 2af512f51a..a48d08ece2 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 -->