mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-21 06:13:43 +00:00
Remove text decoration from hyper links
This commit is contained in:
parent
d71ed905e0
commit
6fd164b65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue