Mailing List Archive

CVS: python/dist/src/Doc/perl l2hinit.perl,1.59,1.60
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv455/perl

Modified Files:
l2hinit.perl
Log Message:
The <link> to the stylesheet should include the type attribute.

Index: l2hinit.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/l2hinit.perl,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** l2hinit.perl 22 Mar 2002 17:22:38 -0000 1.59
--- l2hinit.perl 26 Mar 2002 19:57:52 -0000 1.60
***************
*** 617,621 ****
: ''),
($BASE ? "<base href=\"$BASE\">\n" : ''),
! "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\">\n",
"<link rel=\"first\" href=\"$FILE.html\">\n",
($HAVE_TABLE_OF_CONTENTS
--- 617,621 ----
: ''),
($BASE ? "<base href=\"$BASE\">\n" : ''),
! "<link rel=\"STYLESHEET\" href=\"$STYLESHEET\" type='text/css'>\n",
"<link rel=\"first\" href=\"$FILE.html\">\n",
($HAVE_TABLE_OF_CONTENTS