diff options
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r-- | templates/show_random_albums.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 28606db7..a3fcd98e 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -36,7 +36,7 @@ $web_path = Config::get('web_path'); <?php } else { ?> <?php echo '[' . $album->f_artist . '] ' . $album->f_name; ?> <?php } ?> - </a><br> + </a><br /> <?php if(Config::get('ratings')){ echo "<div style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">"; |