(Please excuse my english...)
I found a bug width the "Links" widget when I use it with dynamic sidebar. I use this code to create it:
register_sidebar(array(
'name' => 'AccueilCentre',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h2 class="widgettitle">',
'after_title' => '</h2>',
));
But the links widget doesn't add the html before. So I have one </div> in excess and it break all my design. I'm crazy or it's really a bug?
I have a request about this widget too: Do you think that adding a field to specify a title should be useful? I think yes.