﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6920	<br /> tags inside links after pressing enter	drbrooklyn		"This bug looks related to #4886, but only happens when:

1. Change default enter key to produce <br> instead of <p> (I am doing this in Drupal using the ckeditor module settings)
2. Press enter above an existing link to move it down a linefeed or two.

The output goes from:

<a href=""null"">text</a>

to

<a href=""null"">text <br /> <br /> </a>

The expected output should be:

<br />
<br />
<a href=""null>text</a>

I verified this on 3.1 and 3.5. This is a serious bug as it breaks the link. The link is blue and underlined when viewing it in ckeditor but is actually broken when viewed with any browser (IE8, FF, Chrome)."	Bug	closed	Normal		UI : Enter Key	3.5	fixed		
