diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 23:38:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 23:38:15 +0000 |
commit | 81ad69915a9cc20e5527b251a0e0245a4e53877a (patch) | |
tree | b7ec4a02492347eae73b7f8f5b9cef5a48888dab /templates | |
parent | 66688aeea7d25723bbfa2b09f7135c61ad5894b2 (diff) | |
download | ampache-81ad69915a9cc20e5527b251a0e0245a4e53877a.tar.gz ampache-81ad69915a9cc20e5527b251a0e0245a4e53877a.tar.bz2 ampache-81ad69915a9cc20e5527b251a0e0245a4e53877a.zip |
fixed an issue with democratic play when the voted playlist ran out
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_album.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc index ae2825af..69814d02 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -34,7 +34,7 @@ $username = $GLOBALS['user']->username; $title = scrub_out($album->name) . ' -- ' . $album->f_artist; ?> <?php require (conf('prefix') . '/templates/show_box_top.inc.php'); ?> - <div style="display:table-cell;width:140px;"> + <div style="float:left;display:table-cell;width:140px;"> <?php if ($album_name != "Unknown (Orphaned)") { $aa_url = $web_path . "/albumart.php?id=" . $album->id . "&type=popup"; |