Skip to content

Commit 9dc79f2

Browse files
committed
[clang-doc] Fix </section> mismatch in the namespace template
A `</section>` tag wasn't inside the `{{#HasRecords}}` Mustache tag, which caused a mismatch if there weren't any records to render.
1 parent 88055b3 commit 9dc79f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/assets/namespace-template.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
</li>
9898
{{/Records}}
9999
</ul>
100-
{{/HasRecords}}
101100
</section>
101+
{{/HasRecords}}
102102
</div>
103103
</div>
104104
</main>

0 commit comments

Comments
 (0)