From: John Benediktsson Date: Fri, 26 Aug 2022 21:29:11 +0000 (-0700) Subject: webapps.help: whoops, fix using X-Git-Tag: 0.99~1106 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=561b76b808c356a9c41c8dbba3e48da37675b8b7 webapps.help: whoops, fix using --- diff --git a/extra/webapps/help/help.factor b/extra/webapps/help/help.factor index faa1b11a5a..f51f7f9dc6 100644 --- a/extra/webapps/help/help.factor +++ b/extra/webapps/help/help.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs furnace.actions furnace.boilerplate -furnace.redirection help.html help.topics html.components -html.forms http.server http.server.dispatchers +USING: accessors arrays assocs continuations furnace.actions +furnace.boilerplate furnace.redirection help.html help.topics +html.components html.forms http.server http.server.dispatchers http.server.static io.directories io.files.temp io.servers kernel namespaces sequences simple-tokenizer splitting unicode urls ;