Skip to content

Commit 65f26fe

Browse files
committed
Fix: There was no rule for https:.
1 parent 485b282 commit 65f26fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/xslt/teiBody2HTML.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
</a>
406406
</xsl:when>
407407
<!-- external links in XULwrapper-App -->
408-
<xsl:when test="starts-with(@target, 'http:')">
408+
<xsl:when test="starts-with(@target, 'http')">
409409
<a>
410410
<xsl:attribute name="onclick">
411411
<xsl:text>loadExternalLink("</xsl:text>

0 commit comments

Comments
 (0)