diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-05 02:36:28 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-05 02:36:28 +0000 |
commit | bab58c207d33c621d4e11ae72dc6c98ef1028ca4 (patch) | |
tree | 72bbf178345a93e72bb219d5a8347533696ed589 /templates/show_now_playing.inc | |
parent | 7899c3488f4288c8618d73c8ea0ef8e5e07f9ae5 (diff) | |
download | ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.gz ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.tar.bz2 ampache-bab58c207d33c621d4e11ae72dc6c98ef1028ca4.zip |
HTML clean up
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index f8821fdc..f44ecc16 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -49,7 +49,7 @@ if (conf('play_album_art')) { echo "\t<td align=\"center\">"; echo "<a target=\"_blank\" href=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "\">"; - echo "<img align=\"middle\" border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "&fast=1&thumb=1\" alt=\"Album Art\" height=\"75\" />"; + echo "<img align=\"middle\" border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "&fast=1&thumb=1\" alt=\"Album Art\" height=\"75\" />"; echo "</a>\n"; echo "\t</td>\n"; echo "</tr>\n"; |