From 6c7d22f5a7e887a563d334888b6551763b6a778d Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Mon, 24 Jul 2017 14:10:19 -0700 Subject: [PATCH] Cleanup MVC Sandbox Remove the meta refresh tag from the layout page. Add a new line at the end of Home/Index.cshtml --- samples/MvcSandbox/Views/Home/Index.cshtml | 2 +- samples/MvcSandbox/Views/Shared/_Layout.cshtml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/MvcSandbox/Views/Home/Index.cshtml b/samples/MvcSandbox/Views/Home/Index.cshtml index 15a5130409..93a5e737b0 100644 --- a/samples/MvcSandbox/Views/Home/Index.cshtml +++ b/samples/MvcSandbox/Views/Home/Index.cshtml @@ -9,4 +9,4 @@
  • This sandbox should give you a quick view of a basic MVC application.
  • - \ No newline at end of file + diff --git a/samples/MvcSandbox/Views/Shared/_Layout.cshtml b/samples/MvcSandbox/Views/Shared/_Layout.cshtml index 9f4e4c7ff0..77b4265ee2 100644 --- a/samples/MvcSandbox/Views/Shared/_Layout.cshtml +++ b/samples/MvcSandbox/Views/Shared/_Layout.cshtml @@ -3,7 +3,6 @@ - @ViewData["Title"] - MvcSandbox