Skip to content

Commit

Permalink
Use HTML-escaping in test summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 25, 2023
1 parent 89ae11a commit 9eb1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHubActionsTestLogger/TestSummaryTemplate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@using GitHubActionsTestLogger.Utils.Extensions
@using Microsoft.VisualStudio.TestPlatform.ObjectModel

@inherits RazorBlade.PlainTextTemplate
@inherits RazorBlade.HtmlTemplate

@functions
{
Expand Down

0 comments on commit 9eb1a6a

Please sign in to comment.