You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/07/26 19:43:20 UTC

cvs commit: httpd-2.0/docs/manual/style common.xsl

slive       2002/07/26 10:43:20

  Modified:    docs/manual/style common.xsl
  Log:
  Remove meta tags and fix main title.
  
  Submitted by: Vincent de Lau <vi...@delau.nl>
  
  Revision  Changes    Path
  1.6       +1 -5      httpd-2.0/docs/manual/style/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- common.xsl	23 Jul 2002 17:45:35 -0000	1.5
  +++ common.xsl	26 Jul 2002 17:43:20 -0000	1.6
  @@ -125,7 +125,6 @@
                   This file is generated from xml source: DO NOT EDIT
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
           </xsl:comment>
  -        <xsl:apply-templates select="meta"/>
           <title>
             <xsl:value-of select="title"/><xsl:value-of
             select="$messages/message[@name='apachetitle']"/>
  @@ -142,9 +141,7 @@
               <h3><xsl:value-of
               select="$messages/message[@name='apachehttpserver']"/></h3>
             </div>
  -          <h1 align="center"><xsl:value-of
  -          select="$messages/message[@name='apachemodule']"/><xsl:text>
  -          </xsl:text> <xsl:value-of select="title"/></h1>
  +          <h1 align="center"><xsl:value-of select="title"/></h1>
   
             <xsl:apply-templates select="summary"/>
             
  @@ -181,7 +178,6 @@
                   This file is generated from xml source: DO NOT EDIT
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
           </xsl:comment>
  -        <xsl:apply-templates select="meta"/>
           <title>
             <xsl:value-of select="name"/><xsl:value-of select="$messages/message[@name='apachetitle']"/>
           </title>