From 66f3cff08b941b283a6be4634278bc76ec1d6ae2 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 6 Mar 2019 22:46:17 +0000 Subject: [PATCH] small fix for mobile web report git-svn-id: svn://192.168.202.10@3070 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_timeonVDADallSUMMARY_mobile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php b/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php index 3f251033..5dadc077 100644 --- a/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php +++ b/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php @@ -288,7 +288,7 @@ while($k<$groups_to_print) $group = $groups[$k]; $JS_text.="'$group',"; $JS_text2.="'$group',"; - $sub_pct_display.="
"; + $sub_pct_display.="
$group
"; $sub_pct_display.="
$group
"; $CSV_text.="\"$group\"\n"; @@ -1723,4 +1723,4 @@ function RefreshReportWindow() { } } */ -?> \ No newline at end of file +?>