the newest version of expression engine is inserting a ton of nested tags into my code and I can't figure out why. It has something to do with the pre tags. Here's my code:
<section id="project_container">
<div id="project_view" class="box">
<div id="project"></div>
<div id="code">
<pre id="code_block" class="brush: js">
{project_code}
</pre>
</div>
</div>
<!--end project view-->
<div id="project_info" class="box">
and attached is a screenshot of what is being output, along with what it looks like in the EE template editor window.

<pre>and{project_code}tags? Are you using JS to style the{project_code}syntax? If so, compare the raw HTML source to the Inspector source. I suspect that EE may not be the culprit here, but I can't rule anything out yet. – Bitmanic Nov 11 '11 at 13:42