You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by pe...@locus.apache.org on 2000/12/03 04:02:59 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/howto cgi.html

pepper      00/12/02 19:02:59

  Modified:    htdocs/manual/howto cgi.html
  Log:
  Replace bogus </dt> with correct </dd>.
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-docs-1.3/htdocs/manual/howto/cgi.html
  
  Index: cgi.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/cgi.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cgi.html	2000/11/16 22:19:13	1.5
  +++ cgi.html	2000/12/03 03:02:59	1.6
  @@ -291,7 +291,7 @@
   that it says "Premature end of script headers", possibly along with an
   error message generated by your CGI program.  In this case, you will
   want to check each of the below sections to see what might be preventing
  -your CGI program from emitting the proper HTTP headers.</dt>
  +your CGI program from emitting the proper HTTP headers.</dd>
   </dl>