Skip to content

Commit

Permalink
Modifica a apresentação de xref[@ref-type="bibr"] (python3) (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertatakenaka authored Jan 2, 2024
1 parent c1b77cb commit d2aad39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<xsl:variable name="id"><xsl:value-of select="@rid"/></xsl:variable>
<xsl:variable name="text"><xsl:apply-templates select=".//text()"/></xsl:variable>
<xsl:variable name="elem"><xsl:choose>
<xsl:when test="contains('1234567890',substring(normalize-space($text),1,1))">sup</xsl:when>
<xsl:when test="$article//ref/label">sup</xsl:when>
<xsl:otherwise>span</xsl:otherwise>
</xsl:choose></xsl:variable>
<!--
Expand Down

0 comments on commit d2aad39

Please sign in to comment.