diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_playlist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index 2e042158..35adadc8 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -38,7 +38,7 @@ require Config::get('prefix') . '/templates/show_playlist_title.inc.php'; $title = ob_get_contents(); ob_end_clean(); show_box_top('<div id="playlist_row_' . $playlist->id . '">' . $title . - '</div>'); + '</div>', 'info-box'); ?> <div id="information_actions"> <ul> |