[Modify] Replace it
This commit is contained in:
parent
a1d0d36185
commit
f073aaaa6c
@ -903,7 +903,7 @@ namespace WebSocketSharp.Net
|
||||
if (s.Length == 0)
|
||||
return;
|
||||
|
||||
output.Write (htmlAttributeEncode (s));
|
||||
output.Write (htmlEncode (s, true));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user