Garland secondary-links wrapping in IE

Question:
How to stop secondary links wrapping in IE?

Within the Garland theme the secondary links have a bug in that they wrap. A quick fix is to change page.tpl.php as follows:

- <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
+ <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
Taxonomy: