I am using ckeditor on my website to make it easier for users to input HTML.
However, the data I get back from ckeditor is wrapped in <p></p>
blocks. (Which I don't want.)
Is there some configuration setting that forces the editor to not wrap the text in anything?