diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-09 21:26:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-09 21:26:57 +0000 |
commit | 961bf509d45dee506d3914c0f7c839311ec3b7c6 (patch) | |
tree | abc1820d0f023e4cbc17fce87c49960eeb3855bd /templates/show_artist.inc | |
parent | 4b5713c9b0b897afbdc2c29110d948bd62244569 (diff) | |
download | ampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.tar.gz ampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.tar.bz2 ampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.zip |
fixed title tag
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 5de38b8f..4d948707 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" title="<?php print scrub_out($album_name); ?>" height="75" width="75" /> </a> </td> <td> |