? zen_fix_content_div.patch
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/zen/page.tpl.php,v
retrieving revision 1.11.2.3
diff -u -p -r1.11.2.3 page.tpl.php
--- page.tpl.php	30 Jan 2007 21:24:41 -0000	1.11.2.3
+++ page.tpl.php	7 May 2007 10:41:56 -0000
@@ -76,7 +76,7 @@
       <div id="main" class="column"><div id="squeeze">
         <?php if (!empty($mission)): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>
         <?php if (!empty($content_top)):?><div id="content-top"><?php print $content_top; ?></div><?php endif; ?>
-        <div id="#content">
+        <div id="content">
           <?php if (!empty($title)): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>
           <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
           <?php print $help; ?>
