Skip to content

Commit

Permalink
Merge pull request #7 from evolvedbinary/hotfix/pdf-lists
Browse files Browse the repository at this point in the history
Fix issue with Ordered and Unordered lists not appearing in PDF
  • Loading branch information
JennnRamirez authored Nov 8, 2024
2 parents d8a891d + ec22be2 commit 865d826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<xsl:template match="body" mode="body">
<fo:block id="body-{generate-id()}">
<xsl:apply-templates select="p|section" mode="body"/>
<xsl:apply-templates select="p|section|ol|ul" mode="body"/>
</fo:block>
</xsl:template>

Expand Down

0 comments on commit 865d826

Please sign in to comment.