From: Fred Drake Date: Fri, 22 Mar 2002 17:23:03 +0000 (+0000) Subject: Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 X-Git-Tag: v2.2.1c2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc3f09ce5837da4cedfcaa3928b96d64affb341;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 19f02324d234..7a3aeeb9bb02 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -613,7 +613,7 @@ sub make_head_and_body { $MY_PARTIAL_HEADER = join('', ($CHARSET && $HTML_VERSION ge "2.1" ? ('\n") + . "charset=$CHARSET\">\n") : ''), ($BASE ? "\n" : ''), "\n",