We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576429b commit 3908ce6Copy full SHA for 3908ce6
entries2html.xsl
@@ -27,7 +27,7 @@ the method of the same name from jQuery core -->
27
<xsl:template match="//placeholder[@name = 'core-link']">
28
<a>
29
<xsl:attribute name="href">
30
- <xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name)"/>
+ <xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name, '/')"/>
31
</xsl:attribute>
32
<code>
33
<xsl:text>.</xsl:text>
0 commit comments