summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-07-21 00:18:43 +0000
committerxgizzmo <xgizzmo@ampache>2005-07-21 00:18:43 +0000
commit5c848bfed284902d931d68b6f176c60a8b776762 (patch)
tree891de32985ff6c4363c8796bbbb7aa6514cc25ba /index.php
parent68025ee8051d81064c002d16c2d6ad220894ada3 (diff)
downloadampache-5c848bfed284902d931d68b6f176c60a8b776762.tar.gz
ampache-5c848bfed284902d931d68b6f176c60a8b776762.tar.bz2
ampache-5c848bfed284902d931d68b6f176c60a8b776762.zip
HTML clean up,
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 084c9789..e2e13cc6 100644
--- a/index.php
+++ b/index.php
@@ -82,7 +82,9 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
<?php
if ($user->prefs['play_type'] == 'mpd') {
show_mpd_pl();
- }
+ } else {
+ echo "<td>&nbsp;</td>";
+ }
?>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>