From 44e9fb92e8d09245188c00fc243f7d6ebd6e7b9e Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 22 Jun 2021 19:42:42 +0200 Subject: [PATCH] Adjust some whitespace --- .../Views/Partials/grid/bootstrap3-fluid.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml index 3b91577a03..904e446052 100644 --- a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml @@ -51,7 +51,8 @@
@foreach (var control in area.controls) { - if (control != null && control.editor != null && control.editor.view != null ) { + if (control != null && control.editor != null && control.editor.view != null) + { @await Html.PartialAsync("grid/editors/base", (object)control) } }