lib/isodoc/iho/iho.specification.xsl in metanorma-iho-0.8.7 vs lib/isodoc/iho/iho.specification.xsl in metanorma-iho-0.9.0
- old
+ new
@@ -9363,17 +9363,19 @@
</fo:block>
</xsl:template>
<xsl:template match="*[local-name() = 'annex']">
<fo:block break-after="page"/>
- <fo:block id="{@id}">
+ <fo:block>
<xsl:call-template name="setBlockSpanAll"/>
<xsl:call-template name="refine_annex_style"/>
</fo:block>
- <xsl:apply-templates/>
+ <fo:block id="{@id}">
+ <xsl:apply-templates/>
+ </fo:block>
</xsl:template>
<xsl:template name="refine_annex_style">
</xsl:template>
\ No newline at end of file