So, my issue is that when I use the_content() in page.php in my template to generate the page for a plugin it encapsulates the output in
<pre> tags. This behaviour screws around with the layout of the plugin.
So my question is, is there any way to make the
<pre> tag to disappear?
I guess I will have to do this with a hack or something like that.