--- page.tpl.php2	2008-03-30 20:14:07.000000000 -0400
+++ page.tpl.php	2008-03-30 20:14:14.000000000 -0400
@@ -102,7 +102,7 @@
       <?php if ($breadcrumb) { print $breadcrumb; } ?>
       <?php if ($mission) { print '<div id="mission">'. $mission .'</div>'; } ?>
       <?php if ($tabs) { print '<div id="tabs-wrapper" class="clear-block">'; } ?>
-      <?php if ($title) { print '<h2'. ($tabs ? ' class="pagetitle with-tabs"' : 'pagetitle') .'>'. $title .'</h2>'; } ?>
+      <?php if ($title) { print '<h2'. ($tabs ? ' class="pagetitle with-tabs"' : ' class="pagetitle"') .'>'. $title .'</h2>'; } ?>
       <?php if ($tabs) { print $tabs .'</div>'; } ?>
       <?php if (isset($tabs2)) { print $tabs2; } ?>
       <?php if ($help) { print $help; } ?>
