Skip to content

Commit cc0e28c

Browse files
committed
jquery: Fix ids of the jQuery groups
1 parent 0625896 commit cc0e28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jquery.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{{#each jquery}}
88
{{#if this.1.all}}
9-
<h2 id="jquery-all-[{{this.[0]}}].x">jQuery Core - All {{this.[0]}}.x Versions</h2>
9+
<h2 id="jquery-all-{{this.[0]}}.x">jQuery Core - All {{this.[0]}}.x Versions</h2>
1010
<ul>
1111
{{#each this.1.all}}
1212
<li>{{release "jQuery Core" this}}</li>

0 commit comments

Comments
 (0)