From c38e4cd8bf28b4eda8cbed2a42dbff8943c1945c Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Sat, 6 Jan 2024 21:15:50 -0500 Subject: [PATCH] fix merge issue with scripts --- Views/Note/Index.cshtml | 3 +++ Views/Shared/_Layout.cshtml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Views/Note/Index.cshtml b/Views/Note/Index.cshtml index bda3c3f..a1f0bbb 100644 --- a/Views/Note/Index.cshtml +++ b/Views/Note/Index.cshtml @@ -19,4 +19,7 @@ + + + } diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 02823e7..2a4e856 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -11,10 +11,10 @@ @RenderBody() - @RenderSection("scripts", false) - + @RenderSection("scripts", false) +