From 13eedd001c7a3a8c37d0d9840b7d286f5ee88a4f Mon Sep 17 00:00:00 2001 From: Rik Bosch Date: Mon, 6 Jan 2025 14:40:43 +0100 Subject: [PATCH] fix render method, remove extra " resulting in correct html --- src/MiniProfiler.Shared/Internal/Render.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MiniProfiler.Shared/Internal/Render.cs b/src/MiniProfiler.Shared/Internal/Render.cs index 777a511a..877c230b 100644 --- a/src/MiniProfiler.Shared/Internal/Render.cs +++ b/src/MiniProfiler.Shared/Internal/Render.cs @@ -191,7 +191,6 @@ public static string Includes( sb.Append("\" data-scheme=\""); sb.Append(options.ColorScheme.ToString()); - sb.Append('"'); sb.Append("\" data-decimal-places=\""); sb.Append(options.PopupDecimalPlaces.ToString());