[Modify] Replace it

This commit is contained in:
sta 2018-10-02 19:49:45 +09:00
parent a1d0d36185
commit f073aaaa6c

View File

@ -903,7 +903,7 @@ namespace WebSocketSharp.Net
if (s.Length == 0)
return;
output.Write (htmlAttributeEncode (s));
output.Write (htmlEncode (s, true));
}
/// <summary>