]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed pubdate
authorNorman Walsh <ndw@nwalsh.com>
Thu, 9 Mar 2006 21:37:28 +0000 (21:37 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 9 Mar 2006 21:37:28 +0000 (21:37 +0000)
docbook/spec/html.xsl

index dc4b5bcd814438917d8837eaa8444df9b602511b..d718003e1380d08062ea8ad2b953849c988f1f31 100644 (file)
        </xsl:otherwise>
       </xsl:choose>
       <xsl:text>,&#160;</xsl:text>
-      <xsl:value-of select="//articleinfo/pubdate[1]"/>
+      <xsl:call-template name="datetime.format">
+       <xsl:with-param name="date" select="//articleinfo/pubdate[1]"/>
+       <xsl:with-param name="format" select="'d B Y'"/>
+      </xsl:call-template>
     </h2>
 
     <dl>