--- I:/home/dtheme/themes/manuscript/box.tpl.php	Sun Aug 19 01:06:00 2007
+++ I:/home/dtheme/public_html/sites/all/themes/manuscript/box.tpl.php	Wed Feb 25 22:11:02 2009
@@ -1,5 +1,9 @@
-  <div class="box">
-    <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
-    <div class="content"><?php print $content; ?></div>
- </div>
+<div class="box">
 
+  <?php if ($title): ?>
+  <h2 class="title"><?php print $title; ?></h2>
+  <?php endif; ?>
+
+  <div class="content"><?php print $content; ?></div>
+
+</div>
\ No newline at end of file
