Skip to content

Commit

Permalink
Corrected typo from sup to sub
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaoconnor committed Mar 7, 2024
1 parent 15f871a commit 2313c33
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 2313c33

Please sign in to comment.