summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 faaa3ef5a..50a79d363 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -4,7 +4,7 @@
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="<?php print $classes; ?> clearfix">
<?php if (!empty($block->subject)): ?>
- <h2><?php print $block->subject ?></h2>
+ <h2 class="title"><?php print $block->subject ?></h2>
<?php endif;?>
<div class="content"><?php print $content ?></div>