aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 04:11:18 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 04:11:18 +0000
commit1fe10b61149821571bd74da712b381a63afeaee6 (patch)
treec15553f9abfb932480be1784d83b8e972c32a4f4
parent430b53f8d5505eec07f99113c8ecc3b19decd24e (diff)
downloadikiwiki-1fe10b61149821571bd74da712b381a63afeaee6.tar
ikiwiki-1fe10b61149821571bd74da712b381a63afeaee6.tar.gz
web commit by TaylorKillian
-rw-r--r--doc/plugins/write.mdwn2
1 files changed, 1 insertions, 1 deletions
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