diff -urp a/openaid/themes/openaid/templates/page.tpl.php b/openaid/themes/openaid/templates/page.tpl.php
--- a/openaid/themes/openaid/templates/page.tpl.php	2012-04-12 00:48:17.000000000 +0000
+++ b/openaid/themes/openaid/templates/page.tpl.php	2012-04-12 23:00:59.000000000 +0000
@@ -20,7 +20,7 @@
       </h1>
       <?php if ($page['header']) { ?>
           <?php print render($page['header']); ?>
-      <? } // end header ?>
+      <?php } // end header ?>
       <?php if ($main_menu): ?>
         <div id="navigation">
           <?php print $main_menu; ?>
@@ -31,81 +31,81 @@

   <div id="main">
     <div class="container">
-
+
       <?php if ($messages) { ?>
         <div id="messages">
             <?php print $messages; ?>
         </div>
-      <? } // end messages ?>
-
+      <?php } // end messages ?>
+
       <?php if (render($tabs)) { ?>
         <div id="tabs">
           <?php print render($tabs); ?>
         </div>
-      <? } // end tabs ?>
-
+      <?php } // end tabs ?>
+
       <div id="main-content">
-
-        <div id="content">
-
+
+        <div id="content">
+
           <?php if (render($breadcrumb)) { ?>
             <div id="breadcrumb">
               <?php print render($breadcrumb); ?>
             </div>
-          <? } // end breadcrumb ?>
-
+          <?php } // end breadcrumb ?>
+
           <?php if ($page['highlighted']) { ?>
             <div id="highlighted">
               <?php print render($page['highlighted']); ?>
             </div>
-          <? } // end highlighted ?>
-
+          <?php } // end highlighted ?>
+
           <?php if ($page['featured']) { ?>
             <div id="featured">
               <?php print render($page['featured']); ?>
             </div>
-          <? } // end featured ?>
-
+          <?php } // end featured ?>
+
           <?php if (!$is_front && strlen($title) > 0) { ?>
-            <h1 class="page-title"><?php print $title; ?></h1>
-          <? } ?>
-
+            <h1 class="page-title"><?php print $title; ?></h1>
+          <?php } ?>
+
           <div id="content-inner">
-
+
           <?php if ($page['help']) { ?>
             <div id="help">
               <?php print render($page['help']); ?>
             </div>
-          <? } // end tabs ?>
-
+          <?php } // end tabs ?>
+
           <?php print render($page['content']); ?>
-
+
           </div>
         </div>
-
+
         <?php if ($page['sidebar_first']) { ?>
           <div id="sidebar-first" class="aside">
             <?php print render($page['sidebar_first']); ?>
           </div>
-        <? } // end sidebar_first ?>
-
+        <?php } // end sidebar_first ?>
+
       </div>
-
+
     </div>
   </div>
-
+
   <div id="footer">
     <div class="container">
       <?php print render($page['footer']); ?>
     </div>
   </div>
-
+
   <?php if ($page['admin_footer']) { ?>
     <div id="admin-footer">
       <div class="container">
         <?php print render($page['admin_footer']); ?>
       </div>
-    </div>
-  <? } // end admin_footer ?>
-
+    </div>
+  <?php } // end admin_footer ?>
+
 </div>
