Remove text decoration from hyper links

This commit is contained in:
phl0 2016-07-31 16:02:43 +02:00
parent d71ed905e0
commit 6fd164b65b
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ 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.'" style="text-decoration:none;color:#000000;">'.$Name.'</a></td>';
} else {
echo '
<td>'.$Name.'</td>';