summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-08-05 02:36:28 +0000
committerxgizzmo <xgizzmo@ampache>2005-08-05 02:36:28 +0000
commitbab58c207d33c621d4e11ae72dc6c98ef1028ca4 (patch)
tree72bbf178345a93e72bb219d5a8347533696ed589 /templates/show_album.inc
parent7899c3488f4288c8618d73c8ea0ef8e5e07f9ae5 (diff)
downloadampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.gz
ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.bz2
ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.zip
HTML clean up
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r--templates/show_album.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc
index cdf764f6..ad445246 100644
--- a/templates/show_album.inc
+++ b/templates/show_album.inc
@@ -43,7 +43,7 @@ $user = new User($_SESSION['userdata']['username']);
<?php
if ($album_name != "Unknown (Orphaned)") {
echo "<a target=\"_blank\" href=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "\">";
- echo "<img border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "&thumb=2\" alt=\"Album Art\" height=\"128\" />";
+ echo "<img border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "&amp;thumb=2\" alt=\"Album Art\" height=\"128\" />";
echo "</a>\n";
}
?>