From b7bb97792f5c6192eb590fd05ab3126381d160fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:25:18 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/Core/src/Platform/Windows/TextBlockExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/src/Platform/Windows/TextBlockExtensions.cs b/src/Core/src/Platform/Windows/TextBlockExtensions.cs index 987ab7b0d1ea..b889a3a88d3c 100644 --- a/src/Core/src/Platform/Windows/TextBlockExtensions.cs +++ b/src/Core/src/Platform/Windows/TextBlockExtensions.cs @@ -127,7 +127,7 @@ internal static void UpdateTextPlainText(this TextBlock platformControl, IText l { platformControl.Text = label.Text; } - + static XElement? ParseXhtml(string? html) { if (string.IsNullOrEmpty(html))