Skip to content

Commit c597013

Browse files
fix: Remove rogue semicolon (#721)
Fixes #641
1 parent c804aa7 commit c597013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
265265
<script src="~/js/algoliaDocSearch.js" asp-append-version="true"></script>
266266

267-
@await RenderSectionAsync("Scripts", required: false);
267+
@await RenderSectionAsync("Scripts", required: false)
268268
<script>
269269
@{
270270
var tocData = _SiteMappings.GetTocData();

0 commit comments

Comments
 (0)