From 34dd9c9f60e31f58dca4ea69bae3d0f08c62d0c9 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 1 Jan 2019 16:19:01 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index e3cd2d6a..440b748a 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -1025,7 +1025,7 @@ namespace WebSocketSharp.Net if (s.Length == 0) return; - output.Write (HtmlDecode (s)); + output.Write (htmlDecode (s)); } public static string HtmlEncode (string s)