I want to get a <br> tag into a block-title but by default the brackets are turned into html characters. My theme's block.tpl is
<h2<?php print $title_attributes; ?>><?php print $block->subject; ?></h2>
so it looks like the rendering isn't happening there. I can't find where $block->subject is getting processed. It's not in my theme's template.php. So where in core is $block->subject assembled?