summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-05-26 09:56:59 -0700
committercolin <colin@cicadas.surf>2023-05-26 09:56:59 -0700
commit6b05c39dec3612b41f642f5ef96fb59e1055bc10 (patch)
treeb5efe3503b2b79db1b4f22dbcf1864330d5f086f
parentcc3980478970e998c1704538a4ccf1771750b0c3 (diff)
trackpad friendly fire
-rw-r--r--fussy.lisp6
1 files changed, 1 insertions, 5 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 3d06fcf..942c5d3 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -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)