When I create a new page via "Copy of current page" the new page always gets an additional line of code. Contribute CS5 adds a paragraph that pushes my navigation down into the content area of my site. Can anybody please help me get it to stop doing this?
<!--
Code on original page:
<body>
<div id="container">
<div id="header">
<div class="logo"><a href="/"></a></div><!-- end .logo -->
<div class="navigation">
Code on new page:
<body>
<div id="container">
<div id="header">
<div class="logo"><a href="/"></a></div><!-- end .logo -->
<p style="margin-top: 0; margin-bottom: 0;"> </p>
<div class="navigation">
-->