diff options
Diffstat (limited to 'themes/garland/block.tpl.php')
-rw-r--r-- | themes/garland/block.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php index f9879ebbe..9474ba72a 100644 --- a/themes/garland/block.tpl.php +++ b/themes/garland/block.tpl.php @@ -11,5 +11,5 @@ <h2 class="title"<?php print $title_attributes; ?>><?php print $block->subject ?></h2> <?php endif;?> - <div class="content"><?php print $content ?></div> + <div class="content"<?php print $content_attributes; ?>><?php print $content ?></div> </div> |