Removing an incorrect comment

This commit is contained in:
Praburaj 2015-03-06 11:34:21 -08:00
parent 18696828cc
commit 34182987a6
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ namespace Microsoft.AspNet.Diagnostics.Views
}
// Split on line breaks before passing it through the encoder.
// We use the static default encoder since we can't depend on DI in the error handling logic.
return string.Join("<br />" + Environment.NewLine,
input.Split(new[] { "\r\n" }, StringSplitOptions.None)
.SelectMany(s => s.Split(new[] { '\r', '\n' }, StringSplitOptions.None))