2
You can edit your theme blocks using the "<{if $block.title != ""}>".
Example:
Quote:
<{if $block.title != ""}><{$block.title}>
<{/if}>
This will prevent the block title line from showing up if there is no title.
You will need to do this with each block in your theme.
HTH