links page changes

cleanup
kc1awv 2020-10-27 09:18:04 -04:00
parent f2896ed1c8
commit cf934909c1
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) {
echo '<a href="#" class="tip"><img src="./images/flags/'.$Flag.'.svg" class="table-flag" alt="'.$Name.'"><span>'.$Name.'</span></a>';
}
echo '</td>
<td>'
if ($Reflector->Nodes[$i]->GetSuffix() != "") echo '-'.$Reflector->Nodes[$i]->GetSuffix();
echo .$Reflector->Nodes[$i]->GetCallSign();
<td>'.$Reflector->Nodes[$i]->GetCallSign();
if ($Reflector->Nodes[$i]->GetSuffix() != "") { echo '-'.$Reflector->Nodes[$i]->GetSuffix(); }
echo '</td>
<td>';