diff options
author | sigger <sigger@ampache> | 2006-01-22 21:43:28 +0000 |
---|---|---|
committer | sigger <sigger@ampache> | 2006-01-22 21:43:28 +0000 |
commit | 84c27d57a77e4f1a37c885f45e8028af60b3f5a1 (patch) | |
tree | 65ccdf21a34a384d684d515fcb9a7034cd476873 /templates/show_mpdplay.inc | |
parent | 902ac7dcde91a65380a5b3c36eb8cac7857a14e0 (diff) | |
download | ampache-84c27d57a77e4f1a37c885f45e8028af60b3f5a1.tar.gz ampache-84c27d57a77e4f1a37c885f45e8028af60b3f5a1.tar.bz2 ampache-84c27d57a77e4f1a37c885f45e8028af60b3f5a1.zip |
fix minor mpd_control and formatting stuff
Diffstat (limited to 'templates/show_mpdplay.inc')
-rw-r--r-- | templates/show_mpdplay.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc index 70962a53..89a9b89b 100644 --- a/templates/show_mpdplay.inc +++ b/templates/show_mpdplay.inc @@ -34,8 +34,8 @@ global $condPL; <table border="0" cellpadding="3" cellspacing="0"><!-- MPD Control table --> <tr> <td> - <table border="0" cellpadding="0" cellspacing="0" class="even" align="center"> - <th id="mpd_control" class="table-header"><?php echo _("MPD Play Control"); ?></th> + <table id="mpd_control" border="0" cellpadding="0" cellspacing="0" class="even" align="center"> + <th class="table-header"><?php echo _("MPD Play Control"); ?></th> <tr> <td> <?php ${$myMpd->state} = "class='selected_button'"; |