From 0e313e7b582ebbd7246552780359af6baf6848f6 Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Tue, 26 Aug 2014 23:13:05 +0545 Subject: [PATCH] Fix for Unnecessary spaces used --- includes/admin/views/html-admin-page-status-report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();