]> granicus.if.org Git - apache/commitdiff
Add back a couple things I lost in the shuffle of the last commit.
authorJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 18:58:34 +0000 (18:58 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 18:58:34 +0000 (18:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96218 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.xsl

index 424f5516486c4563d5fc3a31b27dab2f76570d4d..6ef68a61a8b6ab36afe60ce73effb7bbff0d8fa2 100644 (file)
@@ -9,8 +9,6 @@
   <!-- files and the translation "stuff"...                     -->
   <!--                                                          -->
 
-
-
   <!-- Constants used for case translation -->
   <xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
   <xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
 
   <xsl:template name="head">
     <head>
+      <xsl:comment>
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+              This file is generated from xml source: DO NOT EDIT
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+      </xsl:comment>
       <title>
-        <xsl:value-of select="title"/>
+        <xsl:choose>
+          <xsl:when test="name">
+            <xsl:value-of select="name"/>
+          </xsl:when>
+          <xsl:otherwise>
+            <xsl:value-of select="title"/>
+          </xsl:otherwise>
+        </xsl:choose>
+        <xsl:text> </xsl:text>
         <xsl:value-of select="$messages/message[@name='apachetitle']"/>
       </title>