Skip to content

Commit f526c53

Browse files
authored
Update DotNet.DocsTools/Utility/ContentScrubber.cs
1 parent 929c457 commit f526c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNet.DocsTools/Utility/ContentScrubber.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace DotNet.DocsTools.Utility;
55
public static partial class ContentScrubber
66
{
77
private const string ImgReplacement = "<i>Image link removed to protect against security vulnerability.</i>";
8-
private const string UserAssetReplacement = "<i><User asset removed to protect against security vulnerability./i>";
8+
private const string UserAssetReplacement = "<i>User asset removed to protect against security vulnerability.</i>";
99

1010
/// <summary>
1111
/// Remove false security vulnerabilities from the content.

0 commit comments

Comments
 (0)