﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9558	Allow Additional Line Break In Source View	Dave		"I'm a big fan of clean and easily readable source code. I think it would be great to add an additional parameter to CKEditor SetRules() function just below 'breakAfterClose' named 'additionalBreakAfterClose' which would add a 2nd line break after the closing tag.  As a result, the SetRules function could allow for an additional line break after certain tags.  I believe this could allow users to make their code easier for human eyes to read.

Current Method:

<div>I'm a happy div</div>
<div>I'm another happy</div>

Proposed Method with 'additionalBreakAfterClose':

<div>I'm a happy div</div>

<div>I'm a very happy div now</div>

"	New Feature	new	Normal		UI : Source View	3.6.5			
