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

Commit

Permalink
the name= anchors did not work, try id= instead
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 19, 2011
1 parent bbb91ac commit c1604ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Features</h2>
</thead>
<tbody>
<%loop sections%>
<tr><th class="subsection" name="<%var section escape=url%>"><%var section%></th></tr>
<tr><th class="subsection" id="<%var section escape=url%>"><%var section%></th></tr>
<%loop items%>
<tr><td><%var item%></td>
<%loop ratings%>
Expand Down

0 comments on commit c1604ac

Please sign in to comment.