Right now I can't seem to keep wp_list_categories from adding an extra li and ul.
I just want to list the categories like:
<li><a href=\"/whatever/\">Category 1</a></li>
<li><a href=\"/whatever/\">Category 2</a></li>
<li><a href=\"/whatever/\">Category 3</a></li>
but wp_list_categories is adding
<li>Categories <ul>
at the top