Skip to content

Commit

Permalink
Fix TAB bug (#877).
Browse files Browse the repository at this point in the history
  • Loading branch information
TomazErjavec committed Jul 2, 2024
1 parent a47bf56 commit b7db62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/parlamint2meta.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<xsl:value-of select="concat(substring-after(@who, '#'), '&#9;')"/>
<xsl:value-of select="concat(et:format-name-chrono($speaker//tei:persName, $at-date), '&#9;')"/>
<xsl:value-of select="concat(et:tsv-value($speaker/tei:sex/@value), '&#9;')"/>
<xsl:value-of select="concat(et:tsv-value(replace($speaker/tei:birth/@when, '-.+', '')), '&#9;')"/>
<xsl:value-of select="et:tsv-value(replace($speaker/tei:birth/@when, '-.+', ''))"/>
</xsl:otherwise>
</xsl:choose>
<!-- Speech sizes? -->
Expand Down

0 comments on commit b7db62f

Please sign in to comment.