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 0625896 commit cc0e28cCopy full SHA for cc0e28c
templates/jquery.hbs
@@ -6,7 +6,7 @@
6
7
{{#each jquery}}
8
{{#if this.1.all}}
9
-<h2 id="jquery-all-[{{this.[0]}}].x">jQuery Core - All {{this.[0]}}.x Versions</h2>
+<h2 id="jquery-all-{{this.[0]}}.x">jQuery Core - All {{this.[0]}}.x Versions</h2>
10
<ul>
11
{{#each this.1.all}}
12
<li>{{release "jQuery Core" this}}</li>
0 commit comments