Skip to content

Commit

Permalink
p. 14-32
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed May 26, 2024
1 parent 666dc50 commit e1e5056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei_common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Gobal TEI parameters and variables are divided in different categories
<xsl:variable name="pb" select=".//tei:pb"/>
<xsl:if test="$pb">
<xsl:choose>
<xsl:when test="count($pb) &gt; 1">pp. </xsl:when>
<xsl:when test="count($pb) &gt; 1">p. </xsl:when>
<xsl:otherwise>p. </xsl:otherwise>
</xsl:choose>
<xsl:value-of select="$pb[1]/@n"/>
Expand Down

0 comments on commit e1e5056

Please sign in to comment.