diff options
Diffstat (limited to 'templates/show_album_row.inc.php')
-rw-r--r-- | templates/show_album_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index 649888e6..7753816e 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -30,7 +30,7 @@ </a> <?php } ?> <td><?php echo $album->f_name_link; ?></td> -<td><?php echo $album->f_artist; ?></td> +<td><?php echo $album->f_artist_link; ?></td> <td><?php echo $album->song_count; ?></td> <td><?php echo $album->year; ?></td> <td> |