Get rid of trailing whitespace.
This commit is contained in:
parent
8e94683576
commit
761ed0f891
|
|
@ -187,7 +187,7 @@ require_once "includes/paging.php";
|
|||
if ($tmp[1] == $_SESSION['domain_name']) {
|
||||
echo "<tr >\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['name']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['status']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['status']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
echo " <input type='hidden' name='agents[".$x."][name]' id='agent_".$x."_name' value='".$agent_name."'>\n";
|
||||
echo " <input type='radio' name='agents[".$x."][status]' id='agent_".$x."_status_no_change' value='' checked='checked'><label for='agent_".$x."_status_no_change'>No Change</label>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue