mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-06-27 22:25:15 -04:00
Remove text decoration from hyper links
This commit is contained in:
parent
d71ed905e0
commit
6fd164b65b
@ -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 '.$Name.'">'.$Name.'</a></td>';
|
||||
<td><a href="'.$URL.'" target="_blank" class="listinglink" title="Visit the Dashboard of '.$Name.'" style="text-decoration:none;color:#000000;">'.$Name.'</a></td>';
|
||||
} else {
|
||||
echo '
|
||||
<td>'.$Name.'</td>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user