summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-04-02 16:45:10 +0000
committerWez Furlong <wez@php.net>2002-04-02 16:45:10 +0000
commitabc5a2cacb6e16145934e0881954566b20f46d99 (patch)
tree39e16d1727117e7520fe1296f3466ce053834b34 /sapi/cgi/cgi_main.c
parentb0970a3b27c880ebd3bdf8d79eae1bc552018671 (diff)
downloadphp-git-abc5a2cacb6e16145934e0881954566b20f46d99.tar.gz
fix quoting
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
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.</p>\n\
<p>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\
-<a href="http://php.net/install.windows">the manual page</a></p>\n");
+<a href=\"http://php.net/install.windows\">the manual page</a></p>\n");
#ifdef ZTS
tsrm_shutdown();