You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/05/21 20:48:48 UTC

svn commit: r1596648 - /httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl

Author: jailletc36
Date: Wed May 21 18:48:48 2014
New Revision: 1596648

URL: http://svn.apache.org/r1596648
Log:
Add version number in <title>

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl

Modified: httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl?rev=1596648&r1=1596647&r2=1596648&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/style/xsl/common.xsl Wed May 21 18:48:48 2014
@@ -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 -->