summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2006-10-03 21:01:37 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2006-10-03 21:01:37 +0000
commitd6a4acfc8248a2f4dddfaff52cb478c6ee3d011d (patch)
tree7260aa435bd0615f390979b2391d52cddf32a7fd /themes/engines/phptemplate
parent823e8a6d354d8905ece3070a36833edeb6719f39 (diff)
downloadbrdo-d6a4acfc8248a2f4dddfaff52cb478c6ee3d011d.tar.gz
brdo-d6a4acfc8248a2f4dddfaff52cb478c6ee3d011d.tar.bz2
- Fixed block css id generation.
Diffstat (limited to 'themes/engines/phptemplate')
-rw-r--r--themes/engines/phptemplate/block.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/engines/phptemplate/block.tpl.php b/themes/engines/phptemplate/block.tpl.php
index 3df046fca..8ba204d40 100644
--- a/themes/engines/phptemplate/block.tpl.php
+++ b/themes/engines/phptemplate/block.tpl.php
@@ -1,4 +1,4 @@
-<div id="block-<?php print $block->module-$block->delta; ?>" class="block block-<?php print $block->module ?>">
+<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
<?php if ($block->subject): ?>
<h2><?php print $block->subject ?></h2>