8000
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 0f12215 commit 6b12ed1Copy full SHA for 6b12ed1
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