Skip to content

Commit

Permalink
<lb/>
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Jun 19, 2023
1 parent ca426bc commit e29a1a6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tei_html/tei_flow_html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1323,19 +1323,11 @@ Tables
<br/>
</span>
</xsl:when>
<xsl:when test="@n and ancestor::tei:p">
<xsl:text> </xsl:text>
<small class="l">[l. <xsl:value-of select="@n"/>]</small>
<xsl:text> </xsl:text>
</xsl:when>
<xsl:when test="@n">
<small class="lb">
<xsl:text>
</xsl:text>
<xsl:text>&#10;</xsl:text>
<small class="l">
<br/>
<xsl:value-of select="@n"/>
<xsl:text> </xsl:text>
</small>
[l. <xsl:value-of select="@n"/>]  </small>
</xsl:when>
<xsl:otherwise>
<br>
Expand Down

0 comments on commit e29a1a6

Please sign in to comment.