summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-26 14:10:40 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-26 14:10:40 +0000
commitb8664945dc3cbbb25f33b7664306739f96cde5b9 (patch)
treea854ebfe74ee8ae5f3035175ce276388fc01b93e /themes/garland
parentb94665f5aec34875c61ac28db847b104026b429e (diff)
downloadbrdo-b8664945dc3cbbb25f33b7664306739f96cde5b9.tar.gz
brdo-b8664945dc3cbbb25f33b7664306739f96cde5b9.tar.bz2
- Patch #710172 by alexpott, Pasqualle: HTML ids for blocks should not contain underscores.
Diffstat (limited to 'themes/garland')
-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 914e2703e..b4fc099d2 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="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
+<div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
<?php print render($title_prefix); ?>
<?php if (!empty($block->subject)): ?>