Active
Project:
Hunchbaque
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2008 at 20:08 UTC
Updated:
13 Nov 2008 at 20:08 UTC
I think adding
<!-- /#block-<?php print $block->module .'-'. $block->delta; ?> -->
at the end of blocks is a great idea. However, a module like Views can create deltas like -exp-View Name-block_1 When this goes through hunchbaque's block.tpl.php file, it creates consecutive dashes (--) inside a comment, which can really mess up your page.
And/or should I be filing this at the Views project page?