diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
commit | 9d5967348fbcedc0ce5f9172e3922e0cdb0536d2 (patch) | |
tree | dd1caf093c0ee0ac2c63ca479a0fe534f77efec2 /lib/class/album.class.php | |
parent | 185630d92c74356946a2a0fe19748b41c9ba57de (diff) | |
download | ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.gz ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.bz2 ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.zip |
fixed advanced random, tweaked some css a tad and fixed a few other minor typos
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r-- | lib/class/album.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/album.class.php b/lib/class/album.class.php index f19d26cc..c351b085 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -219,7 +219,7 @@ class Album { $this->f_artist = $artist; } else { - $this->f_artist_link = "<div title=\"$this->artist_count " . _('Artists') . "\">" . _('Various') . "</div>"; + $this->f_artist_link = "<span title=\"$this->artist_count " . _('Artists') . "\">" . _('Various') . "</span>"; $this->f_artist = _('Various'); } |