From f336addf72b41796ec93f559c2fe46a268df4dff Mon Sep 17 00:00:00 2001 From: Larry Date: Thu, 14 Mar 2024 10:37:04 -0700 Subject: [PATCH] Update _ShellLayout.cshtml update shell script to include more recent versions of bootstrap, popper, and jquery to address security vulnerabilities. --- .../Views/Shared/_ShellLayout.cshtml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Geta.Optimizely.Sitemaps/Geta.Optimizely.Sitemaps.Views/Views/Shared/_ShellLayout.cshtml b/src/Geta.Optimizely.Sitemaps/Geta.Optimizely.Sitemaps.Views/Views/Shared/_ShellLayout.cshtml index db8c6002..14b2f39a 100644 --- a/src/Geta.Optimizely.Sitemaps/Geta.Optimizely.Sitemaps.Views/Views/Shared/_ShellLayout.cshtml +++ b/src/Geta.Optimizely.Sitemaps/Geta.Optimizely.Sitemaps.Views/Views/Shared/_ShellLayout.cshtml @@ -22,10 +22,9 @@ @RenderBody() - - - -@ClientResources.RenderResources("admin", new[] { ClientResourceType.Script }) + + + @ClientResources.RenderResources("admin", new[] { ClientResourceType.Script }) @RenderSection("AdditionalScripts", false) - \ No newline at end of file +