diff options
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.lisp b/playlist.lisp index d7b08f1..8b4b4e6 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -306,6 +306,7 @@ (install-new-playlist-ctl pl body))) (with-clog-create body (div () + (navigation-header ()) (section (:h2) (:span (:bind title-elem :content (playlist-title pl))) (form-element (:text :bind input)) |