summaryrefslogtreecommitdiff
path: root/themes/garland/block.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/block.tpl.php')
-rw-r--r--themes/garland/block.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index 1b7ae308e..8bbd37118 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -1,7 +1,7 @@
<?php
// $Id$
?>
-<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
+<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
<?php if (!empty($block->subject)): ?>
<h2><?php print $block->subject ?></h2>