From 808ef37fef6ff97f3dc86420f333f0bb946b0e18 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 1 Nov 2006 18:40:08 +0000 Subject: [PATCH] fixed PR 8364 svn: r4735 --- collects/help/private/manuals.ss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/help/private/manuals.ss b/collects/help/private/manuals.ss index 82b059b5bf..4661221900 100644 --- a/collects/help/private/manuals.ss +++ b/collects/help/private/manuals.ss @@ -150,7 +150,9 @@ (format "~a collection" ;; escape colons and other junk (uri-encode (path->string path)) - name name name) + (uri-encode name) + (uri-encode name) + name) (format "~a collection: specified doc.txt file (~a) not found" name path))))) collections-doc-files