Skip to content

Commit

Permalink
Update <inline-logical-block> in html processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Jul 1, 2024
1 parent fd7504a commit b1ac07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amc2moodle/amc2moodle/transform2html.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Single <br/> does the trick -->
<xsl:template match="break"><br/></xsl:template>

<!-- template netoyage champ globaux mise en forme-->
<xsl:template match="para|inline-para">
<xsl:template match="para|inline-para|inline-logical-block">
<xsl:apply-templates/>
</xsl:template>

Expand Down

0 comments on commit b1ac07e

Please sign in to comment.