diff options
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) |