I'm using the <?php wp_list_categories(''); ?> to generate a list of the categories for my navigation bar. It's all great, except that I cannot format the list to what I would like.
Before each category item, I would like to have ». For example:
<li>» <a href="/category/">Category</a></li>
How would I do that?