From 1fe10b61149821571bd74da712b381a63afeaee6 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 7 Jul 2007 04:11:18 +0000 Subject: [PATCH] web commit by TaylorKillian --- doc/plugins/write.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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