diff options
Diffstat (limited to 'home.lisp')
-rw-r--r-- | home.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ (url-to-playlist pl))) (with-clog-create parent (div () - (section (:h4) - (a (:link url :content (playlist-title pl) :bind pl-link)))) + (p () + (a (:link url :content (playlist-title pl) :bind pl-link)))) (set-on-click pl-link (thunk* |