Browse Source

Don't bold top10 torrent listing

spaghetti 7 years ago
parent
commit
6b409e602f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sections/top10/torrents.php

+ 2
- 2
sections/top10/torrents.php View File

@@ -465,7 +465,7 @@ function generate_torrent_table($Caption, $Tag, $Details, $Limit) {
465 465
       $DisplayName = Artists::display_artists($Artists[$GroupID], true, true);
466 466
     }
467 467
 
468
-    $DisplayName .= "<a href=\"torrents.php?id=$GroupID&amp;torrentid=$TorrentID\" class=\"tooltip\" title=\"View torrent\" ";
468
+    $DisplayName .= "<a href=\"torrents.php?id=$GroupID&amp;torrentid=$TorrentID\" ";
469 469
     if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
470 470
       $DisplayName .= 'data-cover="'.ImageTools::process($WikiImage, 'thumb').'" ';
471 471
     }
@@ -516,7 +516,7 @@ function generate_torrent_table($Caption, $Tag, $Details, $Limit) {
516 516
 
517 517
         <span><a href="torrents.php?action=download&amp;id=<?=$TorrentID?>&amp;authkey=<?=$LoggedUser['AuthKey']?>&amp;torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download" class="brackets tooltip">DL</a></span>
518 518
 
519
-        <strong><?=$DisplayName?></strong> <?=$ExtraInfo?><? if ($Reported) { ?> - <strong class="torrent_label tl_reported">Reported</strong><? } ?>
519
+        <?=$DisplayName?> <?=$ExtraInfo?><? if ($Reported) { ?> - <strong class="torrent_label tl_reported">Reported</strong><? } ?>
520 520
 <?
521 521
     if ($IsBookmarked) {
522 522
 ?>

Loading…
Cancel
Save