The Categories section on my sidebar is not showing up in certain browsers. I see it in the ones I use, Safari, FF, but not in several of the screenshots from Browsershots, or in Camino. In those browsers it leaves a big blank spot like the browser is holding a spot on the sidebar for it, but just not displaying the list of categories or the title "Categories"
This is the code in my sidebar.php
<?php wp_list_categories('hide_empty=0&show_count=1&title_li=<h2>Categories</h2>'); ?>
One thing I noticed is that my theme Kanata doesn't seem to have a category.php file anywhere. Is this an issue?