We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405b923 commit d4e5311Copy full SHA for d4e5311
get_domain_from_url.xsl
@@ -9,7 +9,7 @@
9
part of the domain name is erased until the domain name is the last part.
10
11
<xsl:call-template name="get_domain_from_url">
12
- <xsl:with-param name="" select="'https://github.com/dabio'"/>
+ <xsl:with-param name="url" select="'https://github.com/dabio'"/>
13
</xsl:call-template>
14
Returns: github
15
-->
0 commit comments