diff --git a/class-tgm-plugin-activation.php b/class-tgm-plugin-activation.php index 248d2245..97ed9331 100755 --- a/class-tgm-plugin-activation.php +++ b/class-tgm-plugin-activation.php @@ -2799,8 +2799,9 @@ public function process_bulk_actions() { ); // Wrap the install process with the appropriate HTML. - echo '
', - '

', esc_html( get_admin_page_title() ), '

'; + echo '
', + '

', esc_html( get_admin_page_title() ), '

+
'; // Process the bulk installation submissions. add_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); @@ -2816,7 +2817,7 @@ public function process_bulk_actions() { remove_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); - echo '
'; + echo '
'; return true; }