Hi,
I ran my archives page through the w3c xhtml validator and noticed it was invalid. When I took a closer look I saw that the closing tags are missing for all tags.
I took a look at the plugin code and found the following:
Line 106 says: $output .= ">$link\n";
But should be: $output .= ">$link\n";
greetings,
Glenn