]> granicus.if.org Git - docbook-dsssl/commitdiff
Added missing attribute set for procedure
authorJirka Kosek <jirka@kosek.cz>
Sun, 18 Feb 2007 22:14:49 +0000 (22:14 +0000)
committerJirka Kosek <jirka@kosek.cz>
Sun, 18 Feb 2007 22:14:49 +0000 (22:14 +0000)
xsl/fo/lists.xsl

index 37e0be18a542d1cf13dbf590050464d0288b8218..7e00a856db0161d8e084311b6538359c1352a75e 100644 (file)
                         |comment()[preceding-sibling::step]
                         |processing-instruction()[preceding-sibling::step]"/>
 
-  <fo:block id="{$id}" xsl:use-attribute-sets="list.block.spacing">
+  <fo:block id="{$id}" xsl:use-attribute-sets="procedure.properties list.block.spacing">
     <xsl:if test="./title and $placement = 'before'">
       <!-- n.b. gentext code tests for $formal.procedures and may make an "informal" -->
       <!-- heading even though we called formal.object.heading. odd but true. -->