[Modify] Replace it

This commit is contained in:
sta 2019-01-01 16:19:01 +09:00
parent e3cb007786
commit 34dd9c9f60

View File

@ -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)