summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 057fcec1..0c72526c 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -33,7 +33,6 @@ $web_path = Config::get('web_path');
</ul>
</div>
<?php show_box_bottom(); ?>
-<div id="browse_content">
<?php
$object_ids = $playlist->get_items();
Browse::set_type('playlist_song');
@@ -42,4 +41,3 @@ $web_path = Config::get('web_path');
Browse::save_objects($object_ids);
Browse::show_objects($object_ids);
?>
-</div>