Skip to content

Commit

Permalink
Corrected typo for subscript in correct branch this time
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaoconnor committed Mar 7, 2024
1 parent 8ab0adf commit f5b5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:param name="element"/>
<xsl:for-each select="$element">
<xsl:choose>
<xsl:when test="ancestor-or-self::*[@rend][tei:match(@rend,'sup')]">true</xsl:when>
<xsl:when test="ancestor-or-self::*[@rend][tei:match(@rend,'sub')]">true</xsl:when>
<xsl:when test="ancestor-or-self::*[@rend][tei:match(@rend,'subscript')]">true</xsl:when>
<xsl:otherwise>false</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit f5b5ec4

Please sign in to comment.