Option: force_p_newlines

This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true.

Example of usage of the force_p_newlines option:

tinyMCE.init({
	...
	force_p_newlines : true
});