### Eclipse Workspace Patch 1.0
#P marinelli
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/marinelli/page.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 page.tpl.php
--- page.tpl.php	23 Oct 2007 19:53:37 -0000	1.1
+++ page.tpl.php	13 Jan 2008 00:25:59 -0000
@@ -15,7 +15,7 @@
 
   <div id="utilities">
   <?php print $search_box ?>
-  
+
   <?php if (isset($primary_links)) : ?>
   <?php print '<div id="plinks">'; ?>
           <?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
@@ -43,24 +43,24 @@
  <?php if ($site_slogan){?>
     <div id="slogan">
       <p><?php print $site_slogan ?></p>
-        
+
     </div>
 <?php } ?>
   <div class="content">
-  
-  
+
+
    <div id="primary" style=<?php print '"width:'.marinelli_width( $sidebar_right, $sidebar_left).'px;">' ?>
                <div class="singlepage">
 	  <!--<div class="path"> <?php if ($breadcrumb) { ?><?php print $breadcrumb ?><?php } ?></div>-->
 
          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
           <?php if ($tabs): print '<div class="tabs">'.$tabs.'</div>'; endif; ?>
-        <?php if ($help) { ?><div class="help"><?php print $help ?></div><?php } ?>
+        <?php if ($help) { ?><?php print $help ?><?php } ?>
           <?php if ($messages) { ?><div class="messages"><?php print $messages ?></div><?php } ?>
 <div class="drdot">
 <hr />
 </div>
-          
+
  <?php print $content ?>
       </div>
       <hr />
@@ -68,9 +68,9 @@
     </div>
     <!-- //primary -->
     <hr />
-   
-   
-   
+
+
+
         	<!-- sidebar_left -->
         <?php if ($sidebar_left) { ?>
           <div class="lsidebar">
@@ -81,9 +81,9 @@
    	<!-- sidebar_right -->
         <?php if ($sidebar_right) { ?>
           <div class="rsidebar">
- 
+
             <?php print $sidebar_right ?>
-         
+
           </div>
         <?php } ?>
 
