[Modify] Replace it
This commit is contained in:
parent
e3cb007786
commit
34dd9c9f60
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user