diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-05 02:36:28 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-05 02:36:28 +0000 |
commit | bab58c207d33c621d4e11ae72dc6c98ef1028ca4 (patch) | |
tree | 72bbf178345a93e72bb219d5a8347533696ed589 /templates/show_artist.inc | |
parent | 7899c3488f4288c8618d73c8ea0ef8e5e07f9ae5 (diff) | |
download | ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.gz ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.bz2 ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.zip |
HTML clean up
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 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; ?>&artist=<?php echo $artist->id; ?>"> - <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&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; ?>&fast=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&thumb=1" height="75" width="75" /> </a> </td> <td><a href="<?php print $web_path; ?>/albums.php?album=<?php print $id; ?>&artist=<?php echo $artist->id; ?>"><?php print $album_name; ?></a></td> |