From 2a8d06b539727fd231290fc6799155a8249a0a43 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 29 Mar 2018 23:38:29 -0500 Subject: [PATCH] Double-quote attribute values? --- .../BlazorStandalone.CSharp/Shared/MainLayout.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/MainLayout.cshtml b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/MainLayout.cshtml index 0cdc627c03..8e3bba71ab 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/MainLayout.cshtml +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/MainLayout.cshtml @@ -1,11 +1,11 @@ -@implements ILayoutComponent +@implements ILayoutComponent -
-
-
+
+
+
-
+
@Body