diff --git a/TODO.md b/TODO.md index 40ac6ab..a85698d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ Documentation/help text on the edit package page? -Multi-documentation isn't working (e.g. scribble-doc) - Want to be able to see packages with build problems, and packages without build problems - on the search page? would a display of all tags help with this? - or on the main page? diff --git a/src/main.rkt b/src/main.rkt index 916b912..1795456 100644 --- a/src/main.rkt +++ b/src/main.rkt @@ -532,7 +532,8 @@ "ok" "success" "ok")] [else ""]) - (div ,@(let ((docs (or (@ pkg build docs) '()))) + (div ((class "dropdown")) + ,@(let ((docs (or (@ pkg build docs) '()))) (match docs [(list) `()]