The native WP categories widget generates the following code on my TwentyTen theme:
<h3 class="widget-title">Categories</h3><select name='cat' id='cat' class='postform' >
Show posts as dropdown and show post counts are selected. I’ve put it at my sidebar.
Because of the id='cat', I cannot use the categories widget another time at my footer.
Does anyone know how can I edit the widget template file to avoid this problem?
Thanks!