Skip to content

Commit 06e4dd2

Browse files
committed
Fix compilation error.
1 parent 506f094 commit 06e4dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

txt-teig.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<xsl:param name="parm-leiden-style" tunnel="yes" required="no"></xsl:param>
1212
<xsl:call-template name="lb-dash">
1313
<!-- params needed for excluding diplomatic and medCY project -->
14-
<xsl:with-param name="parm-edition-type"/>
15-
<xsl:with-param name="parm-leiden-style"/>
14+
<xsl:with-param name="parm-edition-type" tunnel="yes"/>
15+
<xsl:with-param name="parm-leiden-style" tunnel="yes"/>
1616
</xsl:call-template>
1717
<xsl:call-template name="w-space"/>
1818

0 commit comments

Comments
 (0)