|
@@ -509,7 +509,7 @@ foreach ($Categories as $CatKey => $CatName) {
|
509
|
509
|
$DisplayName = Artists::display_artists($Artists);
|
510
|
510
|
$DisplayName .= '<a href="torrents.php?id='.$GroupID.'&torrentid='.$TorrentID.'" ';
|
511
|
511
|
if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
|
512
|
|
- $DisplayName .= 'onmouseover="getCover(event)" data-cover="'.ImageTools::process($WikiImage).'" onmouseleave="ungetCover()" ';
|
|
512
|
+ $DisplayName .= 'onmouseover="getCover(event)" data-cover="'.ImageTools::process($WikiImage, true).'" onmouseleave="ungetCover()" ';
|
513
|
513
|
}
|
514
|
514
|
$GroupName = empty($GroupName) ? (empty($GroupNameRJ) ? $GroupNameJP : $GroupNameRJ) : $GroupName;
|
515
|
515
|
$DisplayName .= 'dir="ltr">'.$GroupName.'</a>';
|