diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-14 23:23:12 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-14 23:23:12 +0000 |
commit | 0ac27764e1d5e3499a3ca2ded0018d33c42ae50b (patch) | |
tree | c3ce17c9ce82065d1008c29bb127b447adadbe05 /templates/show_album.inc | |
parent | f3e58ba9bd907cc2c17085579d8663c17bead464 (diff) | |
download | ampache-0ac27764e1d5e3499a3ca2ded0018d33c42ae50b.tar.gz ampache-0ac27764e1d5e3499a3ca2ded0018d33c42ae50b.tar.bz2 ampache-0ac27764e1d5e3499a3ca2ded0018d33c42ae50b.zip |
fixed some bugs introduced by the ldap patch
Diffstat (limited to 'templates/show_album.inc')
-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 17ca48c5..ae8d8b97 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -47,7 +47,7 @@ $title = scrub_out($album->name) . ' -- ' . $album->f_artist; <div style="display:table-cell;vertical-align:top;"> <?php if (conf('ratings')) { - echo "<span style=\"display:inline;\" id=\"rating_" . $album->id . "_album\">"; + echo "<span style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">"; show_rating($album->id, 'album');} // end if ratings echo "</span>"; echo "<br />\n"; |