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 77590a299f
commit f8b93f774c
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'>";