From 3d7d380c3864ea17f8a341b47ac8070398a45ece Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Thu, 2 Mar 2006 14:11:25 +0000 Subject: [PATCH] fixed the wrong typo :) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1014 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/cml.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cml.txt b/doc/cml.txt index f2bcdb3c..ae690678 100644 --- a/doc/cml.txt +++ b/doc/cml.txt @@ -97,7 +97,7 @@ to start PHP for a cache-hit. To transform this example into a CML you need 'index.cml' in the list of indexfiles and the following index.cml file: :: - output_content_type = "text/html" + output_contenttype = "text/html" b = request["DOCUMENT_ROOT"] cwd = request["CWD"] @@ -140,7 +140,7 @@ Don't forget: Webserver are built to send out static content, that is what they The index.cml for this looks like: :: - output_content_type = "text/html" + output_contenttype = "text/html" cwd = request["CWD"]