From: joey Date: Sat, 7 Jul 2007 04:11:18 +0000 (+0000) Subject: web commit by TaylorKillian X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1fe10b61149821571bd74da712b381a63afeaee6 web commit by TaylorKillian --- diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 25ea8a98e..8f0a99acb 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -181,7 +181,7 @@ source files that were rendered. Use this to hook into ikiwiki's cgi script. Each registered cgi hook is called in turn, and passed a CGI object. The hook should examine the -parameters, and if it will handle this CGI request, output a page and +parameters, and if it will handle this CGI request, output a page (including the http headers) and terminate the program. ### auth