From adf9e63008be50d9c0b432f2db9681fb2e3cbc11 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 14 Aug 2023 00:56:45 +0100 Subject: [PATCH] style: remove self-closing / --- OliverBooth/Pages/Shared/_Layout.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index b3a7827..e273ebf 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -1,9 +1,9 @@ - - - + + + @if (ViewData["Title"] != null) { @ViewData["Title"] - Oliver Booth