In Ubercart 2.7 when viewing the shopping cart, a hidden submit button doesn't get it's div closed...

Relates to this bit of code in theme_uc_cart_view_form() new in 2.7:


$output = '<div class="uc-default-submit">';
$output .= drupal_render($form['update']);
$output .= '</div>';