﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4886	Extra line break inside of created links	Wiktor Walc	Frederico Caldeira Knabben	"When creating links, CKEditor adds `<br />` inside of the `<a>` tag.
Confirmed in FF, Safari and Opera.

=== Steps to reproduce ===
 * go to http://ckeditor.com/demo
 * press ""Ctrl + A"" and then ""Del"" to delete all contents
 * click on the ""Link"" button, type some url, like ckeditor.com
 * result:
 {{{
<p>
	<a href=""http://ckeditor.com"">http://ckeditor.com<br />
	</a></p>
 }}}"	Bug	closed	Normal	CKEditor 3.2	General	3.0	fixed	IBM Confirmed Review+	jkavanag@…
