diff --git a/examples/ph7_cgi.c b/examples/ph7_cgi.c index f05a887..14447e1 100644 --- a/examples/ph7_cgi.c +++ b/examples/ph7_cgi.c @@ -15,8 +15,8 @@ static void CgiHeader() { - puts("X-Powered-By: " PH7_SIG); - puts("Content-type: text/html; charset=UTF-8\n"); + puts("X-Powered-By: " PH7_SIG "\r"); + puts("Content-type: text/html; charset=UTF-8\r\n\r"); } /* * Display an error message and exit.