You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/09/06 16:02:34 UTC

cvs commit: apache-2.0/src/lib/apr/helpers default.pl

rbb         00/09/06 07:02:34

  Modified:    src/helpers default.pl
               src/lib/apr/helpers default.pl
  Log:
  Fix the ScanDoc output on IE.  I don't have IE, so I can't test this, but
  it looks correct, and this problem has been submitted to me multiple times
  PR: 6501
  Submitted by:	 Shuichi Kitaguchi <ki...@hh.iij4u.or.jp>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.2       +1 -1      apache-2.0/src/helpers/default.pl
  
  Index: default.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/helpers/default.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.pl	2000/08/14 04:32:00	1.1
  +++ default.pl	2000/09/06 14:02:29	1.2
  @@ -31,7 +31,7 @@
       <meta http-equiv="Content-Type" content="text/html; iso-8859-1">
       <title>$project_name</title>
     </head>
  -  <frameset cols="190,0%">
  +  <frameset cols="190,*">
       <frame src="master.html"  name="Master Index" noresize>
       <frame src="packages.html" name="Documentation">
       <noframes>
  
  
  
  1.4       +1 -1      apache-2.0/src/lib/apr/helpers/default.pl
  
  Index: default.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/helpers/default.pl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.pl	2000/08/14 04:32:01	1.3
  +++ default.pl	2000/09/06 14:02:32	1.4
  @@ -31,7 +31,7 @@
       <meta http-equiv="Content-Type" content="text/html; iso-8859-1">
       <title>$project_name</title>
     </head>
  -  <frameset cols="190,0%">
  +  <frameset cols="190,*">
       <frame src="master.html"  name="Master Index" noresize>
       <frame src="packages.html" name="Documentation">
       <noframes>