Search

Line breaks are not correctly presented in several sections of a Connect item. by Erland Sommarskog

Closed
as Fixed Help for as Fixed

10
0
Sign in
to vote
Type: Bug
ID: 780057
Opened: 2/26/2013 1:19:23 PM
Access Restriction: Public
0
Workaround(s)
3
User(s) can reproduce this bug
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 from
http://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 &#10 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.)


Details (expand)
Reproduction Steps
How about this post? Properly rendered the Description section should have four blank lines. If you see a single paragraph, you have your repro.
Expected Results
Four blank lines.
File Attachments
0 attachments
Sign in to post a comment.
Sign in to post a workaround.