[Modify] Replace it

master
sta 7 years ago
parent 26956822d0
commit e2cc195808

@ -857,7 +857,7 @@ namespace WebSocketSharp.Net
if (output == null) if (output == null)
throw new ArgumentNullException ("output"); throw new ArgumentNullException ("output");
output.Write (HtmlAttributeEncode (s)); output.Write (s.Length > 0 ? htmlAttributeEncode (s) : s);
} }
/// <summary> /// <summary>

Loading…
Cancel
Save