Fix help lint

db4
Slava Pestov 2008-09-27 15:22:35 -05:00
parent a485afa5d2
commit 7240c9f717
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ $nl
$nl $nl
"It is also possible to override the hook used when serving static files to the client:" "It is also possible to override the hook used when serving static files to the client:"
{ $subsection <file-responder> } { $subsection <file-responder> }
"The default just sends the file's contents with the request; " { $vocab-link "xmode.responder" } " provides an alternate hook which sends a syntax-highlighted version of the file." ; "The default just sends the file's contents with the request; " { $vocab-link "xmode.code2html.responder" } " provides an alternate hook which sends a syntax-highlighted version of the file." ;
ABOUT: "http.server.static" ABOUT: "http.server.static"