--- ../page.tpl.php?revision=1.1	2007-08-01 22:08:51.262165109 -0700
+++ page.tpl.php	2007-08-01 22:11:25.000000000 -0700
@@ -161,7 +161,7 @@ if ($user5 && $user6) {
          <?php if ($breadcrumb): ?>
              <div id="breadcrumb">
                <?php print $breadcrumb; ?>
-			 </div>
+             </div>
          <?php endif; ?>
       <?php endif; ?>
 
@@ -207,6 +207,7 @@ if ($user5 && $user6) {
           <?php if ($content_top):?><div id="content-top"><?php print $content_top; ?></div><?php endif; ?>
           <?php if ($title): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>
           <?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
+          <?php if ($messages): ?><div class="messages"><?php print $messages; ?></div><?php endif; ?>
           <?php print $content; ?>
           <?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?>
         </div>
