We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7f57 commit 51dc3ebCopy full SHA for 51dc3eb
1 file changed
src/bunit.web/Rendering/Internal/Htmlizer.cs
@@ -220,7 +220,7 @@ private static int RenderAttributes(
220
result.Add(frame.AttributeName);
221
result.Add("=");
222
result.Add("\"");
223
- result.Add(HtmlEncoder.Encode(frame.AttributeEventHandlerId));
+ result.Add(frame.AttributeEventHandlerId.ToString());
224
225
continue;
226
}
0 commit comments