diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php
index 7bb157af7de..18e7b7109c7 100644
--- a/includes/admin/views/html-admin-page-status-report.php
+++ b/includes/admin/views/html-admin-page-status-report.php
@@ -606,16 +606,16 @@ if ( ! defined( 'ABSPATH' ) ) {
jQuery.each( value_array, function( key, line ){
var tab = ( key == 0 ) ? 0:25;
temp_line = temp_line + jQuery.wc_strPad( '', tab, ' ', 'f' ) + line +'\n';
- } );
+ });
the_value = temp_line;
}
report = report +''+ the_name + the_value + "\n";
- } );
+ });
}
- } );
+ });
try {
jQuery( "#debug-report" ).slideDown();