From f8ca631be2746c181d6d261540a108ff7957036f Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 30 Apr 2016 22:48:12 -0700 Subject: [PATCH] Remove use of protocol-relative URIs - #4563 --- samples/MvcSandbox/Views/Shared/_Layout.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/MvcSandbox/Views/Shared/_Layout.cshtml b/samples/MvcSandbox/Views/Shared/_Layout.cshtml index 7d7619b2ba..77b4265ee2 100644 --- a/samples/MvcSandbox/Views/Shared/_Layout.cshtml +++ b/samples/MvcSandbox/Views/Shared/_Layout.cshtml @@ -4,7 +4,7 @@ @ViewData["Title"] - MvcSandbox - + - - + + @RenderSection("scripts", required: false)