diff options
Diffstat (limited to 'modules/block/block.module')
-rw-r--r-- | modules/block/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index 2f139a614..306b7bcd7 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -275,7 +275,7 @@ function block_get_blocks_by_region($region) { $build[$key] = $block->content; unset($block->content); $build[$key] += array( - '#theme_wrapper' => 'block', + '#theme_wrappers' => array('block'), '#block' => $block, '#weight' => ++$weight, ); |