From: Wez Furlong
Date: Tue, 2 Apr 2002 16:45:10 +0000 (+0000)
Subject: fix quoting
X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~907
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc5a2cacb6e16145934e0881954566b20f46d99;p=php
fix quoting
---
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 020003a193..3004468fb4 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -600,7 +600,7 @@ means that a page will only be served up if the REDIRECT_STATUS CGI variable is\
set, eg via an Apache Action directive.
\n\
For more information about changing this behaviour or re-enabling this webserver,\n\
consult the installation file that came with this distribution, or visit \n\
-the manual page
\n");
+the manual page\n");
#ifdef ZTS
tsrm_shutdown();