diff --git a/app/call_centers/call_center_agent_status.php b/app/call_centers/call_center_agent_status.php
index 8f1cd401fd..3b821bf6b1 100644
--- a/app/call_centers/call_center_agent_status.php
+++ b/app/call_centers/call_center_agent_status.php
@@ -173,7 +173,7 @@ else {
echo $text['description-call_center_agent_status']."
\n";
echo "\n";
echo "\n";
- echo "\n";
+ echo "\n";
$c = 0;
$row_style["0"] = "row_style0";
@@ -185,11 +185,11 @@ else {
echo "
".$text['label-agent']." | \n";
echo "".$text['label-status']." | \n";
echo "".$text['label-options']." | \n";
- echo "\n";
+ echo "
\n";
$x = 0;
foreach($agents as $row) {
$str = '';
- $str .= "\n";
+ $str .= "
\n";
$str .= " | ".$row['agent_name']." | \n";
$str .= " ".$row['agent_status']." | \n";
$str .= " ";
diff --git a/app/calls/calls.php b/app/calls/calls.php
index 76b5bfdcd2..adf96a23df 100644
--- a/app/calls/calls.php
+++ b/app/calls/calls.php
@@ -121,7 +121,6 @@ else {
echo "\n";
echo " |
@@ -1954,17 +1944,8 @@
|
- |
@@ -1976,4 +1957,4 @@
?>