Fix multi-documentation (e.g. scribble-doc)

This commit is contained in:
Tony Garnock-Jones 2014-11-08 19:32:26 -05:00
parent 538d1a8804
commit 06aabf182f
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,5 @@
Documentation/help text on the edit package page? 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 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? - on the search page? would a display of all tags help with this?
- or on the main page? - or on the main page?

View File

@ -532,7 +532,8 @@
"ok" "success" "ok")] "ok" "success" "ok")]
[else [else
""]) ""])
(div ,@(let ((docs (or (@ pkg build docs) '()))) (div ((class "dropdown"))
,@(let ((docs (or (@ pkg build docs) '())))
(match docs (match docs
[(list) [(list)
`()] `()]