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)