diff options
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index ac72703f..2c6b4364 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -53,7 +53,7 @@ foreach ($albums as $album) { </td> <td height="87"> <a href="<?php echo $web_path; ?>/albums.php?album=<?php echo $id; ?>&artist=<?php echo $artist->id; ?>"> - <img border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $id; ?>&fast=1&thumb=1" title="<?php echo scrub_out($album_name); ?>" height="75" width="75" /> + <img border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $id; ?>&fast=1&thumb=1" alt="<?php echo scrub_out($album_name); ?>" title="<?php echo scrub_out($album_name); ?>" height="75" width="75" /> </a> </td> <td> |