]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved call to user.head.content to just before </head>
authorBob Stayton <bobs@sagehill.net>
Sun, 2 Nov 2003 22:49:51 +0000 (22:49 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 2 Nov 2003 22:49:51 +0000 (22:49 +0000)
to give the user the last word.

xsl/html/chunk-common.xsl

index 1eafb1fa584ce8f80cfaa0b13f2072c52f6e8ca2..ab43a561acb797f5af44c0e007cada56263ed18b 100644 (file)
   <head>
     <xsl:call-template name="system.head.content"/>
     <xsl:call-template name="head.content"/>
-    <xsl:call-template name="user.head.content"/>
 
     <xsl:if test="$home">
       <link rel="home">
         </link>
       </xsl:for-each>
     </xsl:if>
+
+    <xsl:call-template name="user.head.content"/>
   </head>
 </xsl:template>