Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 818ffa2

Browse files
committed
Fixed closing anchor tag issue.
1 parent c5c8bcc commit 818ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.hbs

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

215215
{{#each files}}
216216

217-
<a id="{{name}}" />
217+
<a id="{{name}}"></a>
218218

219219
{{#each methods}}
220220

0 commit comments

Comments
 (0)