I have C# code that creates HTML. One particular piece of code creates a long string which is no problem for the browser. However when I look at the code with view > source
myString += Environment.NewLine;
myString = myString + Environment.NewLine;