]> git.saurik.com Git - apt.git/blobdiff - doc/manpage-style.xsl
remove duplicated apt-get download apt apt test
[apt.git] / doc / manpage-style.xsl
index ef349f064f3dcfa98c40acadbf92b9e35419dc81..5cb6a58c23e3d2091030d0c34edd944c0cd04df3 100644 (file)
@@ -9,4 +9,11 @@
 
 <xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</xsl:template>
 
 
 <xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</xsl:template>
 
+<xsl:template match="date">
+       <xsl:call-template name="datetime.format">
+               <xsl:with-param name="date" select="."/>
+               <xsl:with-param name="format" select="'d B Y'"/>
+       </xsl:call-template>
+</xsl:template>
+
 </xsl:stylesheet>
 </xsl:stylesheet>