diff --git a/collects/planet/util.ss b/collects/planet/util.ss index 78953460f8..23ee5f928f 100644 --- a/collects/planet/util.ss +++ b/collects/planet/util.ss @@ -274,7 +274,7 @@ (unless doc.txt (warn "Package's info.ss does not contain a doc.txt entry. Without a doc.txt entry, the package will not have any documentation on planet.plt-scheme.org."))] [html-docs - string? + (lambda (s) (and (list? s) (andmap string? s))) (announce "HTML documentation: yes\n")] [homepage string?