Skip to content

Commit 84bf37d

Browse files
authored
Merge pull request #308 from QuietMisdreavus/fix-template
fix navigation_rustdoc template
2 parents 6cce80b + 99e8313 commit 84bf37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/navigation_rustdoc.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<a href="/{{this.[0]}}/{{this.[1]}}"
5959
class="pure-menu-link">
6060
{{this.[0]}} {{this.[1]}}
61-
<i class="dependencies this.[2]">{{this.[2]}}</i>
61+
<i class="dependencies {{this.[2]}}">{{this.[2]}}</i>
6262
</a>
6363
</li>
6464
{{/each}}

0 commit comments

Comments
 (0)