Skip to content

Commit f5119a5

Browse files
committed
fixed minor bug in choice of dot type in diplomatic unclear
1 parent e3b42a7 commit f5119a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teiunclear.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<xsl:for-each select="1 to $un-len-all">
4747
<xsl:choose>
48-
<xsl:when test="$parm-leiden-style='london'">
48+
<xsl:when test="$parm-leiden-style='medcyprus'">
4949
<xsl:text>.</xsl:text>
5050
</xsl:when>
5151
<xsl:when test="$parm-leiden-style='london'">

0 commit comments

Comments
 (0)