Skip to content

Commit d4e5311

Browse files
committed
Url is missing
1 parent 405b923 commit d4e5311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_domain_from_url.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
part of the domain name is erased until the domain name is the last part.
1010
1111
<xsl:call-template name="get_domain_from_url">
12-
<xsl:with-param name="" select="'https://github.com/dabio'"/>
12+
<xsl:with-param name="url" select="'https://github.com/dabio'"/>
1313
</xsl:call-template>
1414
Returns: github
1515
-->

0 commit comments

Comments
 (0)