From f073aaaa6c8bcd243f60f15aee77a64fa549df51 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 2 Oct 2018 19:49:45 +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 28177f92..68273fc0 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -903,7 +903,7 @@ namespace WebSocketSharp.Net if (s.Length == 0) return; - output.Write (htmlAttributeEncode (s)); + output.Write (htmlEncode (s, true)); } ///