aboutsummaryrefslogtreecommitdiffhomepage
path: root/explore.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'explore.lisp')
-rw-r--r--explore.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/explore.lisp b/explore.lisp
index ca9cb8e..e2bc55c 100644
--- a/explore.lisp
+++ b/explore.lisp
@@ -11,6 +11,7 @@
(div (:bind card)
(a (:link (url-to-playlist pl) )
(img (:bind thumb))
+ (br ())
(span (:content (playlist-title pl)))
(span (:content " -- "))
(span (:content (secs-to-hms (playlist-duration pl))))))