diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-19 20:11:52 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-19 20:11:52 +0000 |
commit | 82f7f9ec4a055d7928e55fcf48fc87b16ea42048 (patch) | |
tree | 80a2ef972ee53987437e1b6832ef034cbc101d7c /index.php | |
parent | ebd39247d9e7a4eda49ac3410197de1e1a2f2457 (diff) | |
download | ampache-82f7f9ec4a055d7928e55fcf48fc87b16ea42048.tar.gz ampache-82f7f9ec4a055d7928e55fcf48fc87b16ea42048.tar.bz2 ampache-82f7f9ec4a055d7928e55fcf48fc87b16ea42048.zip |
fix some html errors on localplay tab
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -87,15 +87,15 @@ $action = scrub_in($_REQUEST['action']); </td> </tr> <tr><td colspan="2"> </td></tr> - <tr> + <?php if ($user->prefs['play_type'] == 'mpd' && !conf('localplay_menu')) { - show_mpd_pl(); - } else { - echo "<td> </td>"; + echo '<tr><td colspan="2" valign="top">'; + show_mpd_pl(); + echo '</td></tr>'; } ?> - </tr> + <tr><td colspan="2"> </td></tr> <tr> <td valign="top" align="right"> |