diff --git a/release/src/router/www/QoS_Stats.asp b/release/src/router/www/QoS_Stats.asp index 80ae7574fa2..e25fa0325f2 100644 --- a/release/src/router/www/QoS_Stats.asp +++ b/release/src/router/www/QoS_Stats.asp @@ -470,11 +470,11 @@ function draw_chart(data_array, ctx, pie) { } code += '' + label + ''; - code += '' + value.toFixed(2) + unit + ''; + code += '' + value.toFixed(2) + unit + ''; rate = comma(data_array[i][2]); - code += '' + rate.replace(/([0-9,])([a-zA-Z])/g, '$1 $2') + ''; + code += '' + rate.replace(/([0-9,])([a-zA-Z])/g, '$1 $2') + ''; rate = comma(data_array[i][3]); - code += '' + rate.replace(/([0-9,])([a-zA-Z])/g, '$1 $2') + ''; + code += '' + rate.replace(/([0-9,])([a-zA-Z])/g, '$1 $2') + ''; } code += '';