Skip to content

Commit 13eedd0

Browse files
author
Rik Bosch
committed
fix render method, remove extra " resulting in correct html
1 parent 4453d62 commit 13eedd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MiniProfiler.Shared/Internal/Render.cs

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ public static string Includes(
191191

192192
sb.Append("\" data-scheme=\"");
193193
sb.Append(options.ColorScheme.ToString());
194-
sb.Append('"');
195194

196195
sb.Append("\" data-decimal-places=\"");
197196
sb.Append(options.PopupDecimalPlaces.ToString());

0 commit comments

Comments
 (0)