diff options
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/playlist.lisp b/playlist.lisp index 7c5a9b6..f676936 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -419,7 +419,7 @@ (add-playlist-viewer ctl) (include-style body) (with-clog-create body - (div () + (div (:class "container") (navigation-header ()) (div (:class "player") (now-playing-display (ctl)) @@ -474,5 +474,3 @@ (display input) "inline") (focus input)))) (initialize-now-playing body))))) - - |