summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-09 21:26:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-09 21:26:57 +0000
commit961bf509d45dee506d3914c0f7c839311ec3b7c6 (patch)
treeabc1820d0f023e4cbc17fce87c49960eeb3855bd
parent4b5713c9b0b897afbdc2c29110d948bd62244569 (diff)
downloadampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.tar.gz
ampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.tar.bz2
ampache-961bf509d45dee506d3914c0f7c839311ec3b7c6.zip
fixed title tag
-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 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; ?>&amp;artist=<?php echo $artist->id; ?>">
- <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&amp;fast=1&amp;thumb=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&amp;thumb=1" height="75" width="75" />
+ <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&amp;fast=1&amp;thumb=1" title="<?php print scrub_out($album_name); ?>" height="75" width="75" />
</a>
</td>
<td>