lib/isodoc/itu/itu.recommendation-supplement.xsl in metanorma-itu-2.3.7 vs lib/isodoc/itu/itu.recommendation-supplement.xsl in metanorma-itu-2.4.0

- old
+ new

@@ -10712,17 +10712,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