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());