]> granicus.if.org Git - docbook-dsssl/commitdiff
Output newline after admonitions (Note, Warning, etc.)
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 15:41:06 +0000 (15:41 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 15:41:06 +0000 (15:41 +0000)
xsl/manpages/block.xsl

index a11ba8fb77744c61327d41c6153634745089ea8a..b9454221a6fbcf765bc09611e343ab7138d2a5d0 100644 (file)
@@ -19,6 +19,7 @@
 <xsl:template match="caution|important|note|tip|warning">
   <xsl:call-template name="nested-section-title"/>
   <xsl:apply-templates/>
+  <xsl:text>&#10;</xsl:text>
 </xsl:template> 
 
 <xsl:template match="formalpara">