From c3a5a29430ef697fe60fa7119d01d69b4052369d 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 --- .../trunk/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php b/agc_2-X/trunk/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php index 3f251033..5dadc077 100644 --- a/agc_2-X/trunk/www/vicidial/AST_timeonVDADallSUMMARY_mobile.php +++ b/agc_2-X/trunk/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 +?>