lib/isodoc/ogc/ogc.reference-model.xsl in metanorma-ogc-2.4.9 vs lib/isodoc/ogc/ogc.reference-model.xsl in metanorma-ogc-2.5.0

- old
+ new

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