From 761ed0f891f4bad2d1f75ae264e7dad9cabe884a Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Apr 2013 21:46:23 +0000 Subject: [PATCH] Get rid of trailing whitespace. --- app/call_center/call_center_agent_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 8af66734e0..538eddfb5a 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -187,7 +187,7 @@ require_once "includes/paging.php"; if ($tmp[1] == $_SESSION['domain_name']) { echo "\n"; echo " ".$row['name']." \n"; - echo " ".$row['status']." \n"; + echo " ".$row['status']." \n"; echo " "; echo " \n"; echo " \n";