Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit c1604ac

Browse files
committed
the name= anchors did not work, try id= instead
1 parent bbb91ac commit c1604ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Features</h2>
8282
</thead>
8383
<tbody>
8484
<%loop sections%>
85-
<tr><th class="subsection" name="<%var section escape=url%>"><%var section%></th></tr>
85+
<tr><th class="subsection" id="<%var section escape=url%>"><%var section%></th></tr>
8686
<%loop items%>
8787
<tr><td><%var item%></td>
8888
<%loop ratings%>

0 commit comments

Comments
 (0)