--- I:/home/dtheme/themes/manuscript/block.tpl.php	Sun Aug 19 01:05:45 2007
+++ I:/home/dtheme/public_html/sites/all/themes/manuscript/block.tpl.php	Wed Feb 25 22:10:51 2009
@@ -1,4 +1,4 @@
-  <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
-    <h2 class="title"><?php print $block->subject; ?></h2>
-    <div class="content"><?php print $block->content; ?></div>
- </div>
+<div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
+  <h2 class="title"><?php print $block->subject; ?></h2>
+  <div class="content"><?php print $block->content; ?></div>
+</div>
\ No newline at end of file
