diff options
-rw-r--r-- | fussy.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ that they are not loaded during image gen.") (html:with-html (:div :class "card" (:a :href (url-path pkg) - (:h4 (package-namestring pkg) " - " (length themes) " variants") + (:h4 (format nil "~a - ~D variant~:P" (package-namestring pkg) (length themes))) (theme-preview-image (first (themes-in-package pkg)))))))) |