diff --git a/docroot/sites/all/modules/ubercart/uc_order/uc_order.admin.inc b/docroot/sites/all/modules/ubercart/uc_order/uc_order.admin.inc index deac929..9fca377 100644 --- a/uc_order/uc_order.admin.inc +++ b/uc_order/uc_order.admin.inc @@ -1199,7 +1199,7 @@ function theme_uc_order_edit_form($form) { $output .= $contents; } else { - $output .= '
'; + $output .= '
'; if ($func('show-title', NULL) !== FALSE) { $output .= '
'. $pane['title'] .': ' . $func('edit-title', $form) .'
';