﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11348	Enter Key without <BR> tag	Subash		"Dear Team,

I have used the below code in Config.js, but <br> is used with paragraph tag.

{{{
    config.enterMode = CKEDITOR.ENTER_P;
}}}

I need to enter <P> tag without <br> tag.

{{{
CKEDITOR.ENTER_P (1) – new <p> paragraphs are created;
CKEDITOR.ENTER_BR (2) – lines are broken with <br> elements;
CKEDITOR.ENTER_DIV (3) – new <div> blocks are created.

}}}

Please guide me to resolve this issue.
Thanks in Advance.

Regards,
Subash Ramadoss"	Bug	closed	Normal		Core : Editable		invalid		
