CDR: Minor visual adjustment on table cell if CID Name not present.

This commit is contained in:
Nate Jones 2014-12-06 10:34:29 +00:00
parent bf6a8dd2b0
commit a5a6af2ba8
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ else {
}
echo " <td valign='top' class='".$row_style[$c]."'>";
echo $row['caller_id_name'].' ';
echo $row['caller_id_name'].'&nbsp;';
echo " </td>\n";
echo " <td valign='top' class='".$row_style[$c]." tr_link_void'>";