Skip to content

Commit

Permalink
Fix issue with non-grouped resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lmckenzi committed Aug 11, 2023
1 parent 32dc8dd commit f19168d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/onGenerate.final.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
<xsl:apply-templates select="f:resource[not(f:groupingId)]"/>
<xsl:apply-templates select="f:page|f:parameter|f:template"/>
</xsl:copy>
</xsl:when>
Expand Down

0 comments on commit f19168d

Please sign in to comment.