danf: curl-www/auto log.cgi,1.32,1.33
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv24866
Modified Files:
log.cgi
Log Message:
Killed an extra newline in the header missed in the last patch.
Index: log.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/log.cgi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- log.cgi 7 May 2007 17:23:03 -0000 1.32
+++ log.cgi 7 May 2007 17:47:26 -0000 1.33
@@ -25,7 +25,7 @@
($1, $2, $3, $4, $5, $6, $7);
}
-print "Content-Type: text/html\n\n";
+print "Content-Type: text/html\n";
# Allow this page to be cached for a couple of hours
print "Expires: " . time2str(time + 7200) . "\n\n";