[Modify] Replace it
This commit is contained in:
parent
26956822d0
commit
e2cc195808
@ -857,7 +857,7 @@ namespace WebSocketSharp.Net
|
||||
if (output == null)
|
||||
throw new ArgumentNullException ("output");
|
||||
|
||||
output.Write (HtmlAttributeEncode (s));
|
||||
output.Write (s.Length > 0 ? htmlAttributeEncode (s) : s);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user