--- templates/node.tpl.php.old	2010-02-26 16:05:40.000000000 -0700
+++ templates/node.tpl.php	2010-02-26 16:04:38.000000000 -0700
@@ -8,10 +8,10 @@
 
     <?php if ($page == 0): ?>
     <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
-    <?php endif; ?>
-    
+    <?php else: ?>
     <h1 class="title"><?php print $title; ?></h1>
-
+	<?php endif; ?>
+	
     <div class="meta">
       <?php if ($submitted): ?>
       <span class="submitted"><?php print $submitted ?></span>
