diff options
author | colin <colin@cicadas.surf> | 2023-05-26 09:56:59 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-05-26 09:56:59 -0700 |
commit | 6b05c39dec3612b41f642f5ef96fb59e1055bc10 (patch) | |
tree | b5efe3503b2b79db1b4f22dbcf1864330d5f086f /fussy.lisp | |
parent | cc3980478970e998c1704538a4ccf1771750b0c3 (diff) |
trackpad friendly fire
Diffstat (limited to 'fussy.lisp')
-rw-r--r-- | fussy.lisp | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -710,11 +710,7 @@ h1, h2, h3, h4 { "The page endpoint for a theme package" (let ((themes (themes-in-package pkg)) - (page(:div :classa "search" - (:form :method "GET" :action "/" - (:label :for "terms") - (:input :name "terms" :value (format nil "~{~a ~}" terms)) - (:button :type "submit" "search"))) + (page (or page 0))) (html:with-html-string (:doctype) |