Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option enables control if elements should be in html or xhtml mode. xhtml is the default state for this option. This means that for example <br /> will be <br> if you set this option to "html".
// Output elements in HTML style
tinymce.init({
...
element_format : "html"
});