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 929c457 commit f526c53Copy full SHA for f526c53
DotNet.DocsTools/Utility/ContentScrubber.cs
@@ -5,7 +5,7 @@ namespace DotNet.DocsTools.Utility;
5
public static partial class ContentScrubber
6
{
7
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>";
+ private const string UserAssetReplacement = "<i>User asset removed to protect against security vulnerability.</i>";
9
10
/// <summary>
11
/// Remove false security vulnerabilities from the content.
0 commit comments