summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r--templates/show_artist.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc
index 0dc46b9e..f0b37e9f 100644
--- a/templates/show_artist.inc
+++ b/templates/show_artist.inc
@@ -69,7 +69,7 @@ $artist_id = $artist->id;
</td>
<td height="87">
<a href="<?php print $web_path; ?>/albums.php?album=<?php echo $id; ?>&amp;artist=<?php echo $artist->id; ?>">
- <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&amp;fast=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&thumb=1" height="75" width="75" />
+ <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&amp;fast=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&amp;thumb=1" height="75" width="75" />
</a>
</td>
<td><a href="<?php print $web_path; ?>/albums.php?album=<?php print $id; ?>&amp;artist=<?php echo $artist->id; ?>"><?php print $album_name; ?></a></td>