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
1 changed files with 2 additions and 2 deletions

View File

@ -53,10 +53,10 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) {
}
if ($URL) {
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 {
echo '
<td>'.$Name.'</td>'
<td>'.$Name.'</td>';
}
echo '
<td>'.date("d.m.Y H:i", $Reflector->Peers[$i]->GetLastHeardTime()).'</td>