diff options
author | xgizzmo <xgizzmo@ampache> | 2006-10-26 23:10:49 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-10-26 23:10:49 +0000 |
commit | bafe4061a549b3c792ce4c327bc0acf98952cec4 (patch) | |
tree | 701ca9bc861d01cb46e5d2a77930cc135ccf22e3 /templates/show_album.inc | |
parent | 86d02b0c7a4a64792b6edfbed5a1fbe270444907 (diff) | |
download | ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.tar.gz ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.tar.bz2 ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.zip |
XHTML tweakage
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r-- | templates/show_album.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc index ae8d8b97..ae2825af 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -47,9 +47,9 @@ $title = scrub_out($album->name) . ' -- ' . $album->f_artist; <div style="display:table-cell;vertical-align:top;"> <?php if (conf('ratings')) { - echo "<span style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">"; + echo "<div style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">"; show_rating($album->id, 'album');} // end if ratings - echo "</span>"; + echo "</div>"; echo "<br />\n"; ?> <strong><?php echo _('Actions'); ?>:</strong><br /> |