summaryrefslogtreecommitdiff
path: root/fussy.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'fussy.lisp')
-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)