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 f5374c3 commit 8ce7f57Copy full SHA for 8ce7f57
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(frame.AttributeEventHandlerId);
+ result.Add(HtmlEncoder.Encode(frame.AttributeEventHandlerId));
224
225
continue;
226
}
0 commit comments