diff options
author | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
commit | b79ae26d4f0ee699a8b6fc981db979c022abbb3e (patch) | |
tree | 8037f549298a2ac24a7b64fee192657268362099 /templates/show_artist.inc | |
parent | 3e12fccb243a8cfdd6e90ee04627672c0cc8b894 (diff) | |
download | ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.gz ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.bz2 ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.zip |
XHTML validation cleanup
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 0474316b..5de38b8f 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -68,7 +68,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&thumb=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&thumb=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&thumb=1" height="75" width="75" /> </a> </td> <td> |