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