By json2001 on
Hello,
I hope this is a pretty simple question. When I add a custom Full HTML block with say an image in it. It get's wrapped in
My block template doesn't have the paragraph tags though:
<div class="content">
<?php print $block->content; ?>
</div>
So I guess it's coming from the $block->content variable, I'm just not sure how to edit that.
Thanks in advance.