diff options
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index f5874694..4f9956cd 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -36,7 +36,7 @@ $title = scrub_out($album->name) . ' (' . $album->year . ') -- ' } ?> </div> - <div style="display:table-cell;vertical-align:top;" id="rating_<?php echo $album->id; ?>_album"> + <div style="display:table-cell;" id="rating_<?php echo $album->id; ?>_album"> <?php Rating::show($album->id,'album'); ?> </div> <div id="information_actions"> |