Skip to content

Commit 43bb7d9

Browse files
authored
Merge pull request #1136 from mathjax/fix/mml3_issue
Fixes the Dutch longdiv issue
2 parents b07e451 + 0fe8f60 commit 43bb7d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ts/input/mathml/mml3/mml3.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,12 +683,12 @@ Mml3.XSLT = `
683683
<xsl:copy-of select="*[2]"/>
684684
</m:msrow>
685685
</xsl:when>
686-
<xsl:when test="@longdivstyle='left/\right'">
686+
<xsl:when test="@longdivstyle='left/\\right'">
687687
<m:msrow>
688688
<m:mrow><xsl:copy-of select="*[1]"/></m:mrow>
689689
<m:mo>/</m:mo>
690690
<xsl:copy-of select="*[3]"/>
691-
<m:mo>\</m:mo>
691+
<m:mo>\\</m:mo>
692692
<xsl:copy-of select="*[2]"/>
693693
</m:msrow>
694694
</xsl:when>

0 commit comments

Comments
 (0)