Updated to string.empty (#17294)
This commit is contained in:
@@ -92,7 +92,7 @@ public sealed class HtmlLocalLinkParser
|
||||
{
|
||||
Constants.UdiEntityType.Document => _publishedUrlProvider.GetUrl(tagData.Udi.Guid),
|
||||
Constants.UdiEntityType.Media => _publishedUrlProvider.GetMediaUrl(tagData.Udi.Guid),
|
||||
_ => ""
|
||||
_ => string.Empty,
|
||||
};
|
||||
|
||||
text = StripTypeAttributeFromTag(text, tagData.Udi!.EntityType);
|
||||
|
||||
Reference in New Issue
Block a user