[Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl,1.58,1.59

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Mar 2002 09:22:40 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv18297/perl

Modified Files:
	l2hinit.perl 
Log Message:
Fix broken HTML in the head; this was reported by a user as causing Opera 6.01
to crash.  The user has reported the problem to Opera, but we still should
generate something that passes for HTML.


Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** l2hinit.perl	4 Dec 2001 17:03:54 -0000	1.58
--- l2hinit.perl	22 Mar 2002 17:22:38 -0000	1.59
***************
*** 614,618 ****
              ($CHARSET && $HTML_VERSION ge "2.1"
               ? ('<meta http-equiv="Content-Type" content="text/html; '
!                 . "charset=$charset\">\n")
               : ''),
              ($BASE ? "<base href=\"$BASE\">\n" : ''),
--- 614,618 ----
              ($CHARSET && $HTML_VERSION ge "2.1"
               ? ('<meta http-equiv="Content-Type" content="text/html; '
!                 . "charset=$CHARSET\">\n")
               : ''),
              ($BASE ? "<base href=\"$BASE\">\n" : ''),