]> granicus.if.org Git - docbook-dsssl/commitdiff
Call the *.head.content templates when writing out long description chunks
authorNorman Walsh <ndw@nwalsh.com>
Fri, 20 Sep 2002 11:14:30 +0000 (11:14 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 20 Sep 2002 11:14:30 +0000 (11:14 +0000)
xsl/html/graphics.xsl

index 0835b3e9a1b7cd1d89af0ab002aa45246ad79334..d2154ec384dc34efcb15c49d19dd78647f129d42 100644 (file)
@@ -934,7 +934,11 @@ valign: <xsl:value-of select="@valign"/></xsl:message>
       <xsl:with-param name="content">
         <html>
           <head>
-            <title>Long Description</title>
+            <xsl:call-template name="system.head.content"/>
+            <xsl:call-template name="head.content">
+              <xsl:with-param name="title" select="'Long Description'"/>
+            </xsl:call-template>
+            <xsl:call-template name="user.head.content"/>
           </head>
           <body>
             <xsl:call-template name="body.attributes"/>