19c19,21
< <div id="bubble"><p><?php bloginfo('description'); ?></p></div> <!-- erase this line if you want to turn the bubble off -->
---
> <?php if (strlen(get_bloginfo('description')) > 0) { ?>
>   <div id="bubble"><p><?php bloginfo('description'); ?></p></div>
> <?php } ?>
