diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
commit | 2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488 (patch) | |
tree | 7c121e46dfeb1fff7a0f31d942d3c8080fba6571 /templates/show_mpdplay.inc | |
parent | 7df5ed038d1d890329ca089f9d76492029315eea (diff) | |
download | ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.gz ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.bz2 ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.zip |
XHTML clean up and fixed a few typos
Diffstat (limited to 'templates/show_mpdplay.inc')
-rw-r--r-- | templates/show_mpdplay.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc index 099dd080..0bc93027 100644 --- a/templates/show_mpdplay.inc +++ b/templates/show_mpdplay.inc @@ -58,8 +58,12 @@ global $condPL; </td></tr> <tr><td class="content" align="center"> - [<a href="<?php echo $web_path; ?>/amp-mpd.php?action=setvol&val=0">mute</a>/<a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=-25">-25</a>/<a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=-10">-10</a>/<a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=+10">+10</a>/<a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=+25">+25</a>] - </td></tr> + [<a href="<?php echo $web_path; ?>/amp-mpd.php?action=setvol&val=0">mute</a> + <a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=-25">-25</a> + <a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=-10">-10</a> + <a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=+10">+10</a> + <a href="<?php echo $web_path; ?>/amp-mpd.php?action=adjvol&val=+25">+25</a>] + </td></tr> <tr><td> </td></tr> <tr> |