Skip to content

Commit 377be21

Browse files
author
James Cox
committed
fix.
1 parent 1a08236 commit 377be21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/cgi/cgi_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ int main(int argc, char *argv[])
484484
<p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This\n\
485485
means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\
486486
set, eg via an Apache Action directive.</p>\n\
487-
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">
488-
manual page for cgi security</a>.</p>\n
487+
<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">\n\
488+
manual page for cgi security</a>.</p>\n\
489489
<p>For more information about changing this behaviour or re-enabling this webserver,\n\
490490
consult the installation file that came with this distribution, or visit \n\
491491
<a href=\"http://php.net/install.windows\">the manual page</a></p>\n");

0 commit comments

Comments
 (0)