Skip to content

Commit bcb52dd

Browse files
rikboschRik Bosch
andauthored
fix render method, remove extra " resulting in correct html (#681)
Co-authored-by: Rik Bosch <[email protected]>
1 parent 2f1714a commit bcb52dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MiniProfiler.Shared/Internal/Render.cs

Lines changed: 0 additions & 1 deletion
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)