1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-08-03 22:02:27 -04:00

Add forgotten semicola

This commit is contained in:
phl0 2016-07-29 17:51:56 +02:00
parent a73b8734cb
commit bec01172a1
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -53,10 +53,10 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) {
} }
if ($URL) { if ($URL) {
echo ' echo '
<td><a href="'.$URL.'" target="_blank" class="listinglink" title="Visit the Dashboard of&nbsp;'.$Name.'">'.$Name.'</a></td>' <td><a href="'.$URL.'" target="_blank" class="listinglink" title="Visit the Dashboard of&nbsp;'.$Name.'">'.$Name.'</a></td>';
} else { } else {
echo ' echo '
<td>'.$Name.'</td>' <td>'.$Name.'</td>';
} }
echo ' echo '
<td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td> <td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td>