summaryrefslogtreecommitdiffstats
path: root/templates/show_random_albums.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-07-19 00:19:43 +0000
committerxgizzmo <xgizzmo@ampache>2007-07-19 00:19:43 +0000
commitb337d84d9af8a7db8e0171c9c0f4bedeae0ef05e (patch)
tree6ffc0ed94bfd121d4d0bf9d0d9f658b95fc9fd84 /templates/show_random_albums.inc.php
parent6276d279e63da27c9021bd5b9aa7f0f6d2ee9580 (diff)
downloadampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.tar.gz
ampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.tar.bz2
ampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.zip
few fixups to pass W3C Validation Service (wip)
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r--templates/show_random_albums.inc.php2
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\">";