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.

Code Output Template editor window

link|improve this question

Hmm...I've been using EE for years now and have never come across an issue like this. What happens when you delete the <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
Are you using any JavaScript client-side syntax highlighters, such as SyntaxHighlighter, or any third-party add-ons that would be introducing the markup in your templates? I tested out a fresh installation of EE v2.3.1 and can't replicate your behavior. – rjb Nov 11 '11 at 21:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.