Recently, several parts of a Connect item when you see them in your web browser, do not seem to have any line breaks, but the section is one long paragraph, which makes the text difficult to read. And not the least if makes code in repros very difficult to work with.A look with View Source, reveals what seem to have happened. Here is an excerpt fromhttp://connect.microsoft.com/SQLServer/feedback/details/778911/errors-that-abort-batch-but-not-transactions-cannot-be-caught-when-the-clr-is-on-the-call-stack This is the CLR procedure:using System;using System.Data;The 
 should presumably be <BR />.Maybe this looks good in some browsers, but it does not look good in Firefox or Lynx. (Yes, I tested Lynx, since I thought that on Unix the #&10; might display well. They didn't.)