From 68d9984d646c4a4aebce313b98a06595f873bb73 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Thu, 22 Feb 2024 08:00:08 -0500 Subject: [PATCH] include render mode html comment --- Oqtane.Client/UI/RenderModeBoundary.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Client/UI/RenderModeBoundary.razor b/Oqtane.Client/UI/RenderModeBoundary.razor index 56833e47..09479767 100644 --- a/Oqtane.Client/UI/RenderModeBoundary.razor +++ b/Oqtane.Client/UI/RenderModeBoundary.razor @@ -10,6 +10,7 @@ { @if (ModuleType != null) { + @((MarkupString)$"") @if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top") {