Skip to content

Commit

Permalink
Merge pull request #239 from metanorma/feature/xslt-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 3, 2023
2 parents cb8a1e2 + c35559d commit b52d096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/isodoc/cc/cc.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5957,10 +5957,10 @@
<xsl:copy>
<xsl:apply-templates select="@*" mode="mathml"/>
<xsl:if test="not(@lspace)">
<xsl:attribute name="lspace">0.4em</xsl:attribute>
<xsl:attribute name="lspace">0.2em</xsl:attribute>
</xsl:if>
<xsl:if test="not(@rspace)">
<xsl:attribute name="rspace">0.4em</xsl:attribute>
<xsl:if test="not(@rspace) and not(following-sibling::*[1][self::mathml:mo and normalize-space(text()) = '|'])">
<xsl:attribute name="rspace">0.2em</xsl:attribute>
</xsl:if>
<xsl:apply-templates mode="mathml"/>
</xsl:copy>
Expand Down

0 comments on commit b52d096

Please sign in to comment.