diff options
-rw-r--r-- | playlist.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.lisp b/playlist.lisp index 455aa83..c1c063a 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -255,7 +255,7 @@ (div (:class "now-playing-display") (section (:h3 :content "Now Playing")) (img (:bind thumb)) - (p () + (section (:h4) (span (:content " | ")) (span (:bind title)) (span (:content " | ")) |